diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf9890..e30625d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [0.18.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.17.0...v0.18.0) (2019-03-19) + + +### Features + +* **margin,padding:** add margin and padding snippets ([6c831cb](https://github.com/fivethree-team/vscode-ionic-snippets/commit/6c831cb)) +* **refresher:** snippets for refresher ([8322506](https://github.com/fivethree-team/vscode-ionic-snippets/commit/8322506)) + + + ## [0.17.1](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.17.0...v0.17.1) (2019-03-16) diff --git a/package.json b/package.json index 4e30cf4..363012a 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.17.1", + "version": "0.18.0", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree",