Skip to content

Commit 6524447

Browse files
committed
chore(release): v0.10.0
1 parent 1a05662 commit 6524447

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.10.0
9+
10+
[compare changes](https://github.com/sfxcode/nuxt-ui-formkit/compare/v0.9.2...v0.10.0)
11+
12+
### 🩹 Fixes
13+
14+
- Update release script to use major version bump for changelog ([1a05662](https://github.com/sfxcode/nuxt-ui-formkit/commit/1a05662))
15+
16+
### 🏡 Chore
17+
18+
- Add jobs section to CI configuration ([0d2f041](https://github.com/sfxcode/nuxt-ui-formkit/commit/0d2f041))
19+
20+
### ❤️ Contributors
21+
22+
- Sfxcode ([@sfxcode](https://github.com/sfxcode))
23+
824
## v0.9.2
925

1026
[compare changes](https://github.com/sfxcode/nuxt-ui-formkit/compare/v0.9.1...v0.9.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/nuxt-ui-formkit",
3-
"version": "0.9.2",
3+
"version": "0.10.0",
44
"description": "FormKit integration for Nuxt UI - Seamlessly connect FormKit form handling with Nuxt UI components",
55
"author": {
66
"name": "Tom",

0 commit comments

Comments
 (0)