From 58850a9e40edb39d0a97ab8d0b191b41ffb89c47 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 16:08:01 +0200 Subject: [PATCH] chore(release): v0.0.3 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9406543..e21b59e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ +## v0.0.3 + +[compare changes](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/compare/v0.0.1...v0.0.3) + +### Documentation + +- Remove light mode sponsor button ([a72afeb](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/commit/a72afeb)) + +### Chore + +- Build fixes ([240b446](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/commit/240b446)) +- **release:** V0.0.2 ([2ff4265](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/commit/2ff4265)) + ## v0.0.2 [compare changes](https://github.com/schoero/vscode-tailwindcss-syntax-highlighting/compare/v0.0.1...v0.0.2) diff --git a/package.json b/package.json index 4bf4e1c..34fc39b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.2", + "version": "0.0.3", "type": "module", "name": "vscode-tailwindcss-syntax-highlighting", "displayName": "Syntax Highlighting for Tailwind CSS",