Skip to content

Commit db23c5c

Browse files
committed
bump version
1 parent e6aeeec commit db23c5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
@@ -18,7 +18,7 @@ [email protected]
1818
1919
2020
21-
local-test:aldeed:[email protected].1
21+
local-test:aldeed:[email protected].2
2222
2323
2424

CHANGELOG.md

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

77
## Change Log
88

9-
### 5.0.1
9+
### 5.0.1, 5.0.2
1010

11-
Minor fix
11+
Minor fixes
1212

1313
### 5.0.0
1414
* **Compatibility break:** You can no longer do `options="auto"`, but you can do `options=afOptionsFromSchema` for essentially the same effect. The `afOptionsFromSchema` helper requires that you have a property named `name` in the current context, which is set to the field name.

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.0.1"
5+
version: "5.0.2"
66
});
77

88
Package.onUse(function(api) {

0 commit comments

Comments
 (0)