diff --git a/CHANGELOG.md b/CHANGELOG.md index de4ec51..dcc6c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,17 @@ All notable changes to the "gnuradio-integration" extension will be documented i Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] + +## [0.3.4] - 2024-01-25 +### Changed +- Updated npm packages + ### Fixed - Fixed modtool scripts being excluded from the published build +### Removed +- Removed @vscode/vsce from dev-dependencies + ## [0.3.3] - 2023-12-31 ### Added - Added support of Python interpreters/environments selected with `ms-python.python` extension ([Open VSX Registry](https://open-vsx.org/extension/ms-python/python), [VS marketplace](https://marketplace.visualstudio.com/items?itemName=ms-python.python)) @@ -144,7 +152,8 @@ a workaround to activate the extension when the module has no blocks yet ### Added - This is the initial release of gnuradio-integration VS Code extension -[Unreleased]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.3...HEAD +[Unreleased]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.4...HEAD +[0.3.4]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/AsriFox/gnuradio-integration/compare/v0.3.0...v0.3.1 diff --git a/package-lock.json b/package-lock.json index 6bcfb0b..b366bd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gnuradio-integration", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gnuradio-integration", - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "dependencies": { "@vscode/python-extension": "^1.0.5" diff --git a/package.json b/package.json index 2064f4e..719a580 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gnuradio-integration", "displayName": "GNURadio Integration", "description": "GNURadio Integration", - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "publisher": "AsriFox", "engines": { @@ -426,7 +426,7 @@ "type": "string" }, "uniqueItems": true, - "default": [], + "default": [ ], "markdownDescription": "Default `PYTHONPATH` \nA collection of absolute paths to directories with additional Python libraries that can be imported by the interpreter." }, "gnuradio-integration.companion.cmd": {