diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c97b0a..2681446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [1.20.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v1.8.0...v1.20.0) (2020-01-17) + + +### Features + +* **infinite-scroll:** add disabled and position ([b21ae65](https://github.com/fivethree-team/vscode-ionic-snippets/commit/b21ae65ae4e1a330978e4d2ab0311304909d5a32)) +* **menu:** add menu controller ([155588e](https://github.com/fivethree-team/vscode-ionic-snippets/commit/155588effdcc0885ea66d37d7ba82462282a7325)) +* **splitpane,menu:** add contentId ([7713b59](https://github.com/fivethree-team/vscode-ionic-snippets/commit/7713b59f8e4db35da5cd471fb3743150f0224e75)) + + + # [1.9.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v1.8.0...v1.9.0) (2019-12-11) diff --git a/package.json b/package.json index 0ed9453..fb6da03 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": "1.9.0", + "version": "1.20.0", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree", @@ -63,4 +63,4 @@ "vscode:publish": "vsce publish", "version": "conventional-changelog -p angular -i ./CHANGELOG.md -s" } -} \ No newline at end of file +}