From 9226d45d178643bb4e0db2c26bb0a29f84991dff Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Mon, 5 Aug 2019 20:59:23 +0200 Subject: [PATCH] 1.5.0 --- CHANGELOG.md | 9 +++++++++ package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00243de..818b0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.5.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v1.4.0...v1.5.0) (2019-08-05) + + +### Features + +* **progress:** add progress snippets ([b2d2ea8](https://github.com/fivethree-team/vscode-ionic-snippets/commit/b2d2ea8)) + + + # [1.4.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v1.3.0...v1.4.0) (2019-07-23) diff --git a/package.json b/package.json index c111f06..a2bc454 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": "1.4.0", + "version": "1.5.0", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree", @@ -59,4 +59,4 @@ "vscode:publish": "vsce publish", "version": "conventional-changelog -p angular -i ./CHANGELOG.md -s" } -} +} \ No newline at end of file