diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9c21a..896ab7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## v0.1.1 + +[compare changes](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/compare/v0.0.4...v0.1.1) + +### Chore + +- Update dependencies ([1718b2e](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/commit/1718b2e)) + ## v0.1.0 [compare changes](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/compare/v0.0.3...v0.1.1) diff --git a/package-lock.json b/package-lock.json index 11d588b..56f5d5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-tailwindcss-syntax-highlighting", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-tailwindcss-syntax-highlighting", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "devDependencies": { "@schoero/configs": "^1.1.0", diff --git a/package.json b/package.json index 9395a26..1e7f056 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "type": "module", "name": "vscode-tailwindcss-syntax-highlighting", "displayName": "Syntax Highlighting for Tailwind CSS",