diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a0afe..1595ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.22.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.21.0...v0.22.0) (2019-04-13) + + +### Features + +* **label:** add required hint with * asterisk ([e172768](https://github.com/fivethree-team/vscode-ionic-snippets/commit/e172768)) + + + # [0.21.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.20.0...v0.21.0) (2019-04-13) diff --git a/package.json b/package.json index c567054..bb0b056 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-ionic-snippets", "displayName": "Ionic 4 Snippets", "description": "Ionic 4 snippets for VS Code", - "version": "0.21.0", + "version": "0.22.0", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree",