From a5581d195c3fc06a2cf670656822bc13c8aa4318 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Sat, 16 Mar 2019 23:17:06 +0100 Subject: [PATCH] 0.17.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08f09c3..a1a7b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.17.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.16.1...v0.17.0) (2019-03-16) + + +### Bug Fixes + +* **select:** value must be in [] ([c0e30f1](https://github.com/fivethree-team/vscode-ionic-snippets/commit/c0e30f1)) + + +### Features + +* **hide:** add ion-hide snippets ([46011de](https://github.com/fivethree-team/vscode-ionic-snippets/commit/46011de)) + + + ## [0.16.1](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.15.0...v0.16.1) (2019-02-18) diff --git a/package.json b/package.json index 1a2d307..efb7122 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.16.1", + "version": "0.17.0", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree",