Skip to content

Commit ed760e9

Browse files
committed
chore(release): v2.1.2
1 parent 4a27daa commit ed760e9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Changelog
22

33

4+
## v2.1.2
5+
6+
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.1.0...v2.1.2)
7+
8+
### 💅 Refactors
9+
10+
- **pages:** Formkit-primevue components / composables are auto imported ([96b6f33](https://github.com/sfxcode/nuxt3-primevue-starter/commit/96b6f33))
11+
12+
### 📖 Documentation
13+
14+
- **README:** Fix links ([5ba0b28](https://github.com/sfxcode/nuxt3-primevue-starter/commit/5ba0b28))
15+
16+
### 🏡 Chore
17+
18+
- **package:** Revert to patch build ([a90cbbe](https://github.com/sfxcode/nuxt3-primevue-starter/commit/a90cbbe))
19+
- **update:** Nuxt 3.14 ([4a27daa](https://github.com/sfxcode/nuxt3-primevue-starter/commit/4a27daa))
20+
21+
### ❤️ Contributors
22+
23+
- Sfxcode ([@sfxcode](http://github.com/sfxcode))
24+
425
## v2.1.0
526

627
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.0.9...v2.1.0)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "nuxt3-primevue-starter",
33
"type": "module",
4-
"version": "2.1.1",
4+
"version": "2.1.2",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxi build",

0 commit comments

Comments
 (0)