Skip to content

Commit 05a4322

Browse files
committed
chore(release): v2.2.11
1 parent 0bbb34b commit 05a4322

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
# Changelog
22

33

4+
## v2.2.11
5+
6+
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.2.10...v2.2.11)
7+
8+
### 💅 Refactors
9+
10+
- **form:** Use v-model for data and enable reset button ([0bbb34b](https://github.com/sfxcode/nuxt3-primevue-starter/commit/0bbb34b))
11+
12+
### 🏡 Chore
13+
14+
- **linting:** Add eslint plugin format ([30b6ac5](https://github.com/sfxcode/nuxt3-primevue-starter/commit/30b6ac5))
15+
- **dependencies:** Update all dependencies - formkit-primevue-nuxt 1.3.0 ([83bf073](https://github.com/sfxcode/nuxt3-primevue-starter/commit/83bf073))
16+
17+
### ❤️ Contributors
18+
19+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
20+
421
## v2.2.10
522

623
[compare changes](https://github.com/sfxcode/nuxt3-primevue-starter/compare/v2.2.9...v2.2.10)

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.2.10",
4+
"version": "2.2.11",
55
"license": "MIT",
66
"scripts": {
77
"build": "nuxi build",

0 commit comments

Comments
 (0)