From bcfed973cc7f8d7620ec2c2e9e23de4cd6ee6d27 Mon Sep 17 00:00:00 2001 From: Raathigeshan Date: Mon, 10 Jun 2019 19:53:47 +1000 Subject: [PATCH] 0.12.0 --- changelog.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 318816e..aa4c824 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ -### 0.10.0 +### 0.11.0 - [Add support to Angular inline CSS](https://github.com/Raathigesh/fabulous/pull/17) - [Add support to Html, Vue and Svelte](https://github.com/Raathigesh/fabulous/pull/21) + +### 0.12.0 + +- [Support for line-height property](https://github.com/Raathigesh/fabulous/pull/35) +- [Handle un-assigned template literal better](https://github.com/Raathigesh/fabulous/pull/32) diff --git a/package.json b/package.json index 4c951e2..a95fb6f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Fabulous", "description": "CSS editor", "publisher": "raathigeshan", - "version": "0.11.0", + "version": "0.12.0", "engines": { "vscode": "^1.33.0" },