Skip to content

Commit

Permalink
chore(release): v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Sep 28, 2024
1 parent e3cd8b6 commit 918c3d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog


## v2.0.5

[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.0.4...v2.0.5)

### 🏡 Chore

- **changelog:** Add changlog command ([b72e73e](https://github.com/sfxcode/nuxt3-primevue-starter/commit/b72e73e))

### ❤️ Contributors

- Sfxcode ([@sfxcode](http://github.com/sfxcode))

## v2.0.4


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxt3-primevue-starter",
"type": "module",
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"scripts": {
"build": "nuxi build",
Expand All @@ -17,7 +17,7 @@
"test:unit": "vitest --run --reporter verbose",
"test:coverage": "vitest run --coverage",
"postinstall": "nuxt prepare",
"changelog": "changelogen --patch"
"changelog": "changelogen --patch --release"
},
"devDependencies": {
"@antfu/eslint-config": "3.6.0",
Expand Down

0 comments on commit 918c3d9

Please sign in to comment.