diff --git a/CHANGELOG.md b/CHANGELOG.md index fde885b..10793d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to the "shadcn-vue" extension will be documented in this fil Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## v0.0.5 + +[compare changes](https://github.com/selemondev/vscode-shadcn-vue/compare/v0.0.4...v0.0.5) + +### 📖 Documentation + +- Update README file ([ed975af](https://github.com/selemondev/vscode-shadcn-vue/commit/ed975af)) + +### 🏡 Chore + +- Release v0.0.3 ([acabf7d](https://github.com/selemondev/vscode-shadcn-vue/commit/acabf7d)) +- **release:** V0.0.4 ([634aab6](https://github.com/selemondev/vscode-shadcn-vue/commit/634aab6)) + +### ❤️ Contributors + +- Selemondev + ## v0.0.4 [compare changes](https://github.com/selemondev/vscode-shadcn-vue/compare/v0.0.4...v0.0.4) diff --git a/package.json b/package.json index 2d4805b..1c804d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shadcn-vue", - "version": "0.0.4", + "version": "0.0.5", "displayName": "shadcn/vue", "description": "Integrate components and snippets from Shadcn/Vue directly into your IDE.", "publisher": "Selemondev",