Skip to content

Commit d223836

Browse files
committed
bump version
1 parent 8076690 commit d223836

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: .vscodeignore

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.vscode
2+
node_modules
3+
out/
4+
src/
5+
tsconfig.json
6+
webpack.config.js
7+
esbuild.js
8+
toc.js

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-snippets",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"icon": "images/logo-256.png",
55
"displayName": "Fastify Snippets",
66
"description": "Make your Fastify developing even faster",
@@ -49,6 +49,6 @@
4949
},
5050
"homepage": "https://github.com/fastify/fastify-snippet#readme",
5151
"dependencies": {
52-
"@vscode/vsce": "^2.18.0"
52+
"@vscode/vsce": "^3.3.2"
5353
}
5454
}

0 commit comments

Comments
 (0)