diff --git a/CHANGELOG.md b/CHANGELOG.md index 6056233..9231d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.10.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.8.0...v0.10.0) (2019-01-06) + + +### Bug Fixes + +* **html:** remove hide and show when ([15c432a](https://github.com/fivethree-team/vscode-ionic-snippets/commit/15c432a)) + + +### Features + +* **html:** add col properties offset, pull and push ([a91057f](https://github.com/fivethree-team/vscode-ionic-snippets/commit/a91057f)) +* **html:** use latest tabs api ([d6b7cc3](https://github.com/fivethree-team/vscode-ionic-snippets/commit/d6b7cc3)) + + + # [0.9.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.8.0...v0.9.0) (2018-12-13) diff --git a/package.json b/package.json index 5ce9545..d2a237e 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.9.0", + "version": "0.10.0", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree",