diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e77c0..ca9c21a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## v0.1.0 + +[compare changes](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/compare/v0.0.3...v0.1.1) + +### Features + +- Add support for html ([95057f2](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/commit/95057f2)) + ## v0.0.4 [compare changes](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/compare/v0.0.3...v0.0.4) diff --git a/package-lock.json b/package-lock.json index aa7d4a1..72a9d0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-tailwindcss-syntax-highlighting", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-tailwindcss-syntax-highlighting", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "devDependencies": { "@schoero/configs": "^1.1.0",