diff --git a/CHANGELOG.md b/CHANGELOG.md index 14fb502..76fa7e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [0.20.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.18.0...v0.20.0) (2019-04-11) + + +### Features + +* **chip:** add css custom props ([3983d0f](https://github.com/fivethree-team/vscode-ionic-snippets/commit/3983d0f)) +* **content:** add css custom props ([fba9a89](https://github.com/fivethree-team/vscode-ionic-snippets/commit/fba9a89)) +* **select:** wrap select with ion-item ([eca6f1a](https://github.com/fivethree-team/vscode-ionic-snippets/commit/eca6f1a)) + + + # [0.19.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.18.0...v0.19.0) (2019-03-21) diff --git a/package.json b/package.json index 8d28063..3ffa8e1 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.19.0", + "version": "0.20.0", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree",