diff --git a/CHANGELOG.md b/CHANGELOG.md index d780cc1..e7ba39d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to the "nft" extension will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.4] - 2021-10-13 + +- chore(deps): bump dependencies +- chore: dependabot ignore @types/vscode +- chore: add manual dipatch to CI and labels workflow + ## [0.4.3] - 2021-09-11 - chore: cleanup `.editorconfig` @@ -84,6 +90,7 @@ 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) +[0.4.4]: https://github.com/omBratteng/vscode-nftables/compare/0.4.3...0.4.4 [0.4.3]: https://github.com/omBratteng/vscode-nftables/compare/0.4.2...0.4.3 [0.4.2]: https://github.com/omBratteng/vscode-nftables/compare/0.4.1...0.4.2 [0.4.1]: https://github.com/omBratteng/vscode-nftables/compare/0.4.0...0.4.1 diff --git a/package.json b/package.json index 86d1e3d..7365073 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.3", + "version": "0.4.4", "name": "nftables", "displayName": "nftables", "publisher": "omBratteng",