Skip to content

Commit

Permalink
chore(release): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomuikuta committed Jan 3, 2024
1 parent aa5e7d5 commit 35ab4cf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/vue-v8n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog


## v0.2.1

[compare changes](https://github.com/NozomuIkuta/vue-v8n/compare/v0.2.0...v0.2.1)

### 🚀 Enhancements

- Add `touchOnFocus` option ([f0d2d3b](https://github.com/NozomuIkuta/vue-v8n/commit/f0d2d3b))
- Add `validateOnBlur` option ([aa5e7d5](https://github.com/NozomuIkuta/vue-v8n/commit/aa5e7d5))

### 🏡 Chore

- Make `immediate` option optional ([b4566a7](https://github.com/NozomuIkuta/vue-v8n/commit/b4566a7))

### ❤️ Contributors

- Nozomu Ikuta

## v0.2.0

[compare changes](https://github.com/NozomuIkuta/vue-v8n/compare/v0.1.0...v0.2.0)
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-v8n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-v8n",
"version": "0.2.0",
"version": "0.2.1",
"description": "Validation composables for Vue application",
"keywords": [
"composables",
Expand Down

0 comments on commit 35ab4cf

Please sign in to comment.