Skip to content

Commit f019005

Browse files
committed
Bump version and publish
1 parent d1781ea commit f019005

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
@@ -26,7 +26,7 @@ [email protected]
2626
2727
2828
29-
local-test:aldeed:[email protected].0
29+
local-test:aldeed:[email protected].1
3030
3131
3232

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.6.1
10+
11+
Fix boolean-radios templates
12+
913
### 5.6.0
1014

1115
- Add ability to specify a `data` attribute on `afFieldInput`, which is then added to the data context of the input type template. (See the readme.)

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

88
Package.onUse(function(api) {

0 commit comments

Comments
 (0)