Skip to content

Commit 561eded

Browse files
committed
[2.4.2] Bump version
1 parent b3107d3 commit 561eded

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.4.2
2+
3+
### Updated
4+
5+
- `length` validator. Now it supports arrays
6+
- [`All Validations Form` demo](https://detools.github.io/vue-form/#/all-validations-form)
7+
18
## 2.4.1
29

310
### Fixed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ See demo at [https://detools.github.io/vue-form](https://detools.github.io/vue-f
7878

7979
## Changelog
8080

81+
- [2.4.2](/CHANGELOG.md#242)
8182
- [2.4.1](/CHANGELOG.md#241)
8283
- [2.4.0](/CHANGELOG.md#240)
8384
- [2.3.1](/CHANGELOG.md#231)

docs/bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@detools/vue-form",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Form State Management for VueJS",
55
"main": "VueForm/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)