From 120610df00cd7a5058438293b0cd703fca58680a Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Wed, 24 Apr 2019 12:11:42 +0200 Subject: [PATCH] 0.24.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6eee0c..eabba8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.24.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.23.0...v0.24.0) (2019-04-24) + + +### Features + +* **slides:** add slides with options ([147c56d](https://github.com/fivethree-team/vscode-ionic-snippets/commit/147c56d)) + + + # [0.23.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v0.22.0...v0.23.0) (2019-04-22) diff --git a/package.json b/package.json index ffbc261..c40a974 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.23.1", + "version": "0.24.0", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree",