From dbc29922af343d768a1907da98d6c396601c3714 Mon Sep 17 00:00:00 2001 From: Marc Stammerjohann Date: Mon, 16 Sep 2019 16:35:03 -0400 Subject: [PATCH] 1.7.1 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d76ea5..f0ecf6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## [1.7.1](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v1.6.0...v1.7.1) (2019-09-16) + + +### Bug Fixes + +* **scss:** add missing semicolons ([6cee9ee](https://github.com/fivethree-team/vscode-ionic-snippets/commit/6cee9ee)) +* **searchbar:** add missing semicolons ([7f98ec1](https://github.com/fivethree-team/vscode-ionic-snippets/commit/7f98ec1)) + + +### Features + +* **ripple-effect:** update ripple-effect usage ([c745d84](https://github.com/fivethree-team/vscode-ionic-snippets/commit/c745d84)) +* **scss:** ionic dark theme ([8a88f9c](https://github.com/fivethree-team/vscode-ionic-snippets/commit/8a88f9c)) +* **scss:** media query for prefers-color-scheme ([367ae27](https://github.com/fivethree-team/vscode-ionic-snippets/commit/367ae27)) + + + # [1.7.0](https://github.com/fivethree-team/vscode-ionic-snippets/compare/v1.6.0...v1.7.0) (2019-09-13) diff --git a/package.json b/package.json index da9d88d..09b9133 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.7.0", + "version": "1.7.1", "author": "Marc Stammerjohann", "license": "MIT", "publisher": "fivethree",