diff --git a/scratch-vhdl-vscode/CHANGELOG.md b/scratch-vhdl-vscode/CHANGELOG.md index 1585237..682452f 100644 --- a/scratch-vhdl-vscode/CHANGELOG.md +++ b/scratch-vhdl-vscode/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4] + +### Fixed + +- Issue with unable to save to closed documents. + ## [0.2.2] ### Added @@ -112,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Rudimentary code generation (enough for button_driven). - Continuous integration for OpenVSX and gh-releases using gh-actions. -[Unreleased]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.2...HEAD +[Unreleased]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.4...HEAD +[0.2.4]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.2...v0.2.4 [0.2.2]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/house-of-abbey/scratch_vhdl/compare/v0.1.1...v0.2.0 diff --git a/scratch-vhdl-vscode/package.json b/scratch-vhdl-vscode/package.json index c3b126b..03c802c 100644 --- a/scratch-vhdl-vscode/package.json +++ b/scratch-vhdl-vscode/package.json @@ -8,7 +8,7 @@ "publisher": "JosephAbbey", "displayName": "Scratch VHDL", "description": "", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "engines": { "vscode": "^1.65.0"