diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce5e19..77ae965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.3.3] - 2021-03-24 + +- Moved webpack config to TypeScript +- Removed test npm script + ## [0.3.2] - 2021-03-24 - Improve formatting support to support one liners and comments @@ -50,7 +55,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release [`bf39000`](https://github.com/omBratteng/vscode-nftables/commit/bf39000) -[Unreleased]: https://github.com/omBratteng/vscode-nftables/compare/0.3.2...HEAD +[Unreleased]: https://github.com/omBratteng/vscode-nftables/compare/0.3.3...HEAD +[0.3.3]: https://github.com/omBratteng/vscode-nftables/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/omBratteng/vscode-nftables/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/omBratteng/vscode-nftables/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/omBratteng/vscode-nftables/compare/0.2.1...0.3.0 diff --git a/package.json b/package.json index 6fad8cf..c699763 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "type": "git", "url": "https://github.com/omBratteng/vscode-nftables" }, - "version": "0.3.2", + "version": "0.3.3", "engines": { "vscode": "^1.44.0" },