Skip to content

Commit

Permalink
Version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlgj committed Jul 12, 2015
1 parent 38ff0e6 commit 3b35f51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.8.4
------
* Reverted `trackBy`. Fixes #458, #462, #471


v0.8.3
------
* "destroyStrategy" support, thanks @jbsaff! This means that `condition` can now remove values
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dist/schema-form.js",
"dist/bootstrap-decorator.js"
],
"version": "0.8.3",
"version": "0.8.4",
"authors": [
"Textalk",
"David Jensen <david.lgj@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
"version": "0.8.3",
"version": "0.8.4",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
Expand Down

0 comments on commit 3b35f51

Please sign in to comment.