Skip to content

Commit

Permalink
🍭 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Jan 15, 2019
1 parent 35e52b2 commit 2d501ac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.12.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.10.0...v0.12.0) (2019-01-15)


### Bug Fixes

* **col:** place cursor between ion-col ([75071a7](https://github.com/fivethree-team/vscode-ionic-snippets/commit/75071a7))
* **onDidDissmiss:** use correct method ([350dac8](https://github.com/fivethree-team/vscode-ionic-snippets/commit/350dac8))


### Features

* **lifecycle:** add ionic 4 lifecycle snippets ([89bc5a8](https://github.com/fivethree-team/vscode-ionic-snippets/commit/89bc5a8))
* **scss:** add thumbnail, title, toggle and toolbar css custom props ([35e52b2](https://github.com/fivethree-team/vscode-ionic-snippets/commit/35e52b2))
* **toast:** add toast properties and example ([0b20357](https://github.com/fivethree-team/vscode-ionic-snippets/commit/0b20357))



# [0.11.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.10.0...v0.11.0) (2019-01-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-ionic-snippets",
"displayName": "Ionic 4 Snippets",
"description": "Ionic 4 snippets for VS Code",
"version": "0.11.0",
"version": "0.12.0",
"author": "Marc Stammerjohann",
"license": "MIT",
"publisher": "fivethree",
Expand Down

0 comments on commit 2d501ac

Please sign in to comment.