Skip to content

Commit 9736da0

Browse files
committedJan 19, 2025··
chore: release v0.0.3
1 parent bb3b7e0 commit 9736da0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@luxass/vsix-builder",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"exports": {
55
".": "./src/index.ts"
66
},

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vsix-builder",
33
"type": "module",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"description": "A programmatic way to create VSIX files for Visual Studio Code extensions.",
66
"author": {
77
"name": "Lucas Nørgård",

0 commit comments

Comments
 (0)
Please sign in to comment.