Skip to content

Commit bd88960

Browse files
committed
chore(release): v0.5.5
1 parent dd50478 commit bd88960

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to the "vscode-shadcn-svelte" extension will be documented i
44

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

7+
## v0.5.5
8+
9+
[compare changes](https://github.com/selemondev/vscode-shadcn-svelte/compare/v0.5.4...v0.5.5)
10+
11+
### 💅 Refactors
12+
13+
- Resolve types config ([edc9b48](https://github.com/selemondev/vscode-shadcn-svelte/commit/edc9b48))
14+
15+
### 🏡 Chore
16+
17+
- **deps-dev:** Bump typescript from 5.7.3 to 5.9.2 ([5dfadf4](https://github.com/selemondev/vscode-shadcn-svelte/commit/5dfadf4))
18+
- **deps-dev:** Bump @types/vscode from 1.96.0 to 1.103.0 ([46f44cb](https://github.com/selemondev/vscode-shadcn-svelte/commit/46f44cb))
19+
- **deps-dev:** Bump esbuild from 0.24.2 to 0.25.9 ([3250f81](https://github.com/selemondev/vscode-shadcn-svelte/commit/3250f81))
20+
- **deps-dev:** Bump @typescript-eslint/eslint-plugin ([78e4c0a](https://github.com/selemondev/vscode-shadcn-svelte/commit/78e4c0a))
21+
- Update dependencies ([2c7a86d](https://github.com/selemondev/vscode-shadcn-svelte/commit/2c7a86d))
22+
- Update version ([6d40df5](https://github.com/selemondev/vscode-shadcn-svelte/commit/6d40df5))
23+
- Lint ([dd50478](https://github.com/selemondev/vscode-shadcn-svelte/commit/dd50478))
24+
25+
### ❤️ Contributors
26+
27+
- Selemondev <selemondev19@gmail.com>
28+
729
## v0.5.3
830

931
[compare changes](https://github.com/selemondev/vscode-shadcn-svelte/compare/v0.5.2...v0.5.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vscode-shadcn-svelte",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"license": "MIT",
55
"displayName": "shadcn/svelte",
66
"description": "Integrate components and snippets from Shadcn/Svelte directly into your IDE ✨.",

0 commit comments

Comments
 (0)