Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 5 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,3 @@
## 0.0.2 (2025-12-21)

This was a version bump only, there were no code changes.

## 0.0.1 (2025-12-21)

This was a version bump only, there were no code changes.

## 0.0.5 (2025-12-21)

This was a version bump only, there were no code changes.

## 0.0.4 (2025-12-21)

This was a version bump only, there were no code changes.

## 0.0.3 (2025-12-21)

This was a version bump only, there were no code changes.

# Change Log

All notable changes to the "pretext-tools" extension will be documented in this file.
Expand All @@ -27,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Changed

- Some minor improvements to the formatter.

## [0.34.0] - 2025-12-10

### Added
Expand Down Expand Up @@ -139,7 +123,7 @@ Minor bug fixes

### Added

- Experimental *Visual Editor* for PreTeXt documents.
- Experimental _Visual Editor_ for PreTeXt documents.

## [0.27.1] - 2025-04-10

Expand Down
3 changes: 2 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"plugin": "@nx/eslint/plugin",
"options": {
"targetName": "eslint:lint"
}
},
"disabled": true
}
]
}
Loading
Loading