Skip to content

Commit e8d161b

Browse files
committed
bump version
1 parent 3f219ad commit e8d161b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
33
44
@@ -16,7 +16,7 @@ [email protected]
1616
1717
1818
19-
local-test:aldeed:[email protected].1
19+
local-test:aldeed:[email protected].2
2020
2121
2222

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ forms with automatic insert and update events, and automatic reactive validation
66

77
## Change Log
88

9+
### 5.1.2
10+
11+
Fix validation of typeless forms when done with `AutoForm.validateForm()`
12+
913
### 5.1.1
1014

1115
Fix validation of typeless forms broken in 5.1.0 (Thanks @abecks)

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package.describe({
22
name: "aldeed:autoform",
33
summary: "Easily create forms with automatic insert and update, and automatic reactive validation.",
44
git: "https://github.com/aldeed/meteor-autoform.git",
5-
version: "5.1.1"
5+
version: "5.1.2"
66
});
77

88
Package.onUse(function(api) {

0 commit comments

Comments
 (0)