Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Mar 24, 2021
1 parent 88b7785 commit 1be0d8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## [Unreleased] -->

## [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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 1be0d8f

Please sign in to comment.