Skip to content

Commit 918c3d9

Browse files
committed
chore(release): v2.0.5
1 parent e3cd8b6 commit 918c3d9

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## v2.0.5
5+
6+
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.0.4...v2.0.5)
7+
8+
### 🏡 Chore
9+
10+
- **changelog:** Add changlog command ([b72e73e](https://github.com/sfxcode/nuxt3-primevue-starter/commit/b72e73e))
11+
12+
### ❤️ Contributors
13+
14+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
15+
416
## v2.0.4
517

618

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt3-primevue-starter",
33
"type": "module",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxi build",
@@ -17,7 +17,7 @@
1717
"test:unit": "vitest --run --reporter verbose",
1818
"test:coverage": "vitest run --coverage",
1919
"postinstall": "nuxt prepare",
20-
"changelog": "changelogen --patch"
20+
"changelog": "changelogen --patch --release"
2121
},
2222
"devDependencies": {
2323
"@antfu/eslint-config": "3.6.0",

0 commit comments

Comments
 (0)