Skip to content

Commit 645824f

Browse files
committed
1.20.0
1 parent b21ae65 commit 645824f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.20.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v1.8.0...v1.20.0) (2020-01-17)
2+
3+
4+
### Features
5+
6+
* **infinite-scroll:** add disabled and position ([b21ae65](https://github.com/fivethree-team/vscode-ionic-snippets/commit/b21ae65ae4e1a330978e4d2ab0311304909d5a32))
7+
* **menu:** add menu controller ([155588e](https://github.com/fivethree-team/vscode-ionic-snippets/commit/155588effdcc0885ea66d37d7ba82462282a7325))
8+
* **splitpane,menu:** add contentId ([7713b59](https://github.com/fivethree-team/vscode-ionic-snippets/commit/7713b59f8e4db35da5cd471fb3743150f0224e75))
9+
10+
11+
112
# [1.9.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v1.8.0...v1.9.0) (2019-12-11)
213

314

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-ionic-snippets",
33
"displayName": "Ionic 4 Snippets",
44
"description": "Ionic 4 snippets for VS Code",
5-
"version": "1.9.0",
5+
"version": "1.20.0",
66
"author": "Marc Stammerjohann",
77
"license": "MIT",
88
"publisher": "fivethree",
@@ -63,4 +63,4 @@
6363
"vscode:publish": "vsce publish",
6464
"version": "conventional-changelog -p angular -i ./CHANGELOG.md -s"
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)