From fe2b1dda258df586d19e7b5e3561f771850338de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roger=20Sch=C3=B6nb=C3=A4chler?= <42278642+schoero@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:16:52 +0200 Subject: [PATCH] chore(release): v0.1.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) 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",