From 3efe6fce49174a7916d10838466cc06776b6dcd2 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Wed, 21 Nov 2018 16:02:38 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=8B=200.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8558e63..a16bd64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [0.7.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.6.0...v0.7.0) (2018-11-21) + + +### Bug Fixes + +* **html:** choose correct template number for i-button-props ([b1fae07](https://github.com/fivethree-team/vscode-ionic-snippets/commit/b1fae07)) + + +### Features + +* **html, typescript:** add segment, segment-button and virtual-scroll snippets ([042458a](https://github.com/fivethree-team/vscode-ionic-snippets/commit/042458a)) + + + ## [0.6.1](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.6.0...v0.6.1) (2018-11-08) diff --git a/package.json b/package.json index 4002101..0dcf1de 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-ionic-snippets", "displayName": "Ionic v4 Snippets", "description": "Ionic v4 snippets for VS Code", - "version": "0.6.1", + "version": "0.7.0", "publisher": "fivethree", "icon": "images/ionic-light-icon.png", "galleryBanner": {