Skip to content

Commit

Permalink
chore(release): v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
NozomuIkuta committed Jan 1, 2024
1 parent 30f57aa commit d5b1c3e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/vue-v8n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog


## v0.0.10

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

### 🚀 Enhancements

- Support dynamic rules for `useV7d` composable ([6d7aa01](https://github.com/NozomuIkuta/vue-v8n/commit/6d7aa01))
- Add `min` and `max` rule factories ([a570f9b](https://github.com/NozomuIkuta/vue-v8n/commit/a570f9b))
- Add `sameAs` rule factory ([30f57aa](https://github.com/NozomuIkuta/vue-v8n/commit/30f57aa))

### ❤️ Contributors

- Nozomu Ikuta

## v0.0.9

[compare changes](https://github.com/NozomuIkuta/vue-v8n/compare/v0.0.8...v0.0.9)
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.0.9",
"version": "0.0.10",
"description": "Validation composables for Vue application",
"keywords": [
"composables",
Expand Down

0 comments on commit d5b1c3e

Please sign in to comment.