Skip to content

Commit 02fe818

Browse files
committed
chore(release): v0.1.0
1 parent 4d8dbb2 commit 02fe818

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ All notable changes to the "shadcn-vue" extension will be documented in this fil
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## v0.1.0
8+
9+
[compare changes](https://github.com/selemondev/vscode-shadcn-vue/compare/v0.0.11...v0.1.0)
10+
11+
### 🩹 Fixes
12+
13+
- User's cwd preference ([73d5b84](https://github.com/selemondev/vscode-shadcn-vue/commit/73d5b84))
14+
15+
### 🏡 Chore
16+
17+
- Set npm as the package ecosystem for Dependabot ([c256cb9](https://github.com/selemondev/vscode-shadcn-vue/commit/c256cb9))
18+
- **deps-dev:** Bump tsup from 8.0.1 to 8.5.0 ([17deab4](https://github.com/selemondev/vscode-shadcn-vue/commit/17deab4))
19+
- **deps-dev:** Bump @types/vscode from 1.86.0 to 1.103.0 ([246dec3](https://github.com/selemondev/vscode-shadcn-vue/commit/246dec3))
20+
- **deps-dev:** Bump @types/node from 20.2.5 to 24.3.1 ([82b4682](https://github.com/selemondev/vscode-shadcn-vue/commit/82b4682))
21+
- **deps-dev:** Bump typescript from 5.3.3 to 5.9.2 ([4ecfe75](https://github.com/selemondev/vscode-shadcn-vue/commit/4ecfe75))
22+
- **deps-dev:** Bump @types/node from 24.3.1 to 24.5.2 ([c01670e](https://github.com/selemondev/vscode-shadcn-vue/commit/c01670e))
23+
- **deps-dev:** Bump @types/node from 24.5.2 to 24.6.0 ([c6289ea](https://github.com/selemondev/vscode-shadcn-vue/commit/c6289ea))
24+
- **package.json:** Update dependencies ([22ffb67](https://github.com/selemondev/vscode-shadcn-vue/commit/22ffb67))
25+
- **eslint:** Migrate to Eslint v9 file structure ([47545ca](https://github.com/selemondev/vscode-shadcn-vue/commit/47545ca))
26+
- Update settings.json ([4d8dbb2](https://github.com/selemondev/vscode-shadcn-vue/commit/4d8dbb2))
27+
28+
### ❤️ Contributors
29+
30+
- Selemondev <selemondev19@gmail.com>
31+
- Selemon Brahanu ([@selemondev](https://github.com/selemondev))
32+
733
## v0.0.11
834

935
[compare changes](https://github.com/selemondev/vscode-shadcn-vue/compare/v0.0.10...v0.0.11)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shadcn-vue",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"displayName": "shadcn/vue",
55
"description": "Integrate components and snippets from Shadcn/Vue directly into your IDE.",
66
"publisher": "Selemondev",

0 commit comments

Comments
 (0)