Skip to content

Commit 5ceff5a

Browse files
committed
chore(release): v2.3.1
1 parent f468cf4 commit 5ceff5a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

33

4+
## v2.3.1
5+
6+
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.3.0...v2.3.1)
7+
8+
### 🏡 Chore
9+
10+
- **release:** Update release script to use patch versioning ([7b54251](https://github.com/sfxcode/nuxt3-primevue-starter/commit/7b54251))
11+
12+
### ✅ Tests
13+
14+
- Add unit tests for BaseButton and ExternalLink components ([e866d0d](https://github.com/sfxcode/nuxt3-primevue-starter/commit/e866d0d))
15+
16+
### ❤️ Contributors
17+
18+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
19+
420
## v2.3.0
521

622
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.2.15...v2.3.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt3-primevue-starter",
33
"type": "module",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxi build",

0 commit comments

Comments
 (0)