Skip to content

Commit 943568e

Browse files
committed
chore: configure changelogen
1 parent 9bbb378 commit 943568e

File tree

2 files changed

+715
-35
lines changed

2 files changed

+715
-35
lines changed

package.json

Lines changed: 41 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,42 @@
11
{
2-
"name": "nuxt-vscode-extentions",
3-
"displayName": "Nuxt Extension Pack",
4-
"description": "A collection of extensions for working with Nuxt/Vue 3 Framework in VS Code.",
5-
"version": "0.0.4",
6-
"engines": {
7-
"vscode": "^1.82.0"
8-
},
9-
"license": "MIT",
10-
"icon": "media/logo.png",
11-
"publisher": "Nuxtr",
12-
"galleryBanner": {
13-
"color": "#18181B",
14-
"theme": "dark"
15-
},
16-
"keywords": [
17-
"vue",
18-
"nuxt",
19-
"vuejs",
20-
"nuxtjs",
21-
"Extension Pack",
22-
"Nuxt Extension Pack"
23-
],
24-
"repository": "https://github.com/nuxtrdev/nuxt-vscode-extentions",
25-
"homepage": "https://nuxtr.com",
26-
"categories": [
27-
"Extension Packs"
28-
],
29-
"extensionPack": [
30-
"antfu.goto-alias",
31-
"Nuxt.mdc",
32-
"Nuxtr.nuxtr-vscode",
33-
"Vue.volar",
34-
"Vue.vscode-typescript-vue-plugin"
35-
]
36-
}
2+
"name": "nuxt-vscode-extentions",
3+
"displayName": "Nuxt Extension Pack",
4+
"description": "A collection of extensions for working with Nuxt/Vue 3 Framework in VS Code.",
5+
"version": "0.0.4",
6+
"engines": {
7+
"vscode": "^1.82.0"
8+
},
9+
"scripts": {
10+
"release": "changelogen --release --push && vsce publish --no-dependencies"
11+
},
12+
"license": "MIT",
13+
"icon": "media/logo.png",
14+
"publisher": "Nuxtr",
15+
"galleryBanner": {
16+
"color": "#18181B",
17+
"theme": "dark"
18+
},
19+
"keywords": [
20+
"vue",
21+
"nuxt",
22+
"vuejs",
23+
"nuxtjs",
24+
"Extension Pack",
25+
"Nuxt Extension Pack"
26+
],
27+
"repository": "https://github.com/nuxtrdev/nuxt-vscode-extentions",
28+
"homepage": "https://nuxtr.com",
29+
"categories": [
30+
"Extension Packs"
31+
],
32+
"extensionPack": [
33+
"antfu.goto-alias",
34+
"Nuxt.mdc",
35+
"Nuxtr.nuxtr-vscode",
36+
"Vue.volar",
37+
"Vue.vscode-typescript-vue-plugin"
38+
],
39+
"devDependencies": {
40+
"changelogen": "^0.5.5"
41+
}
42+
}

0 commit comments

Comments
 (0)