Skip to content

Commit 6630430

Browse files
committed
Bumped version
1 parent 62b7d3f commit 6630430

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.7.13
2+
-------
3+
* Bugfix for condition, it depended on jQuery
4+
15
v0.7.12
26
-------
37
* Error on deleteFromArray task, thanks @bygiro

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/schema-form.js",
55
"dist/bootstrap-decorator.js"
66
],
7-
"version": "0.7.12",
7+
"version": "0.7.13",
88
"authors": [
99
"Textalk",
1010
"David Jensen <[email protected]>",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.7.12",
3+
"version": "0.7.13",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "Textalk/angular-schema-form",
66
"main": "dist/schema-form.min.js",

0 commit comments

Comments
 (0)