Skip to content

Commit 325e48a

Browse files
committed
Version bump and CHANGLELOG
1 parent 9556be1 commit 325e48a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.8.12
2+
-------
3+
* Bugfix for `condition` builder. It had a typo that broke it.
4+
* Bugfix for `transclusion` builder.
5+
6+
17
v0.8.11
28
-------
39
* Bugfix for checkboxes validation in the new builder.

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.8.11",
3+
"version": "0.8.12",
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)