diff --git a/CHANGELOG b/CHANGELOG index f63f181e0..ac4b29c82 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,13 @@ +v0.8.5 +------ + * UMD wrapping for bootstrap-decorator, thanks @angelaharalson + * label instead of h3 in array title, whic is more consistent. Thanks @prettymuchbryce + * doc typos, thanks @zerofifteen + * multipleOf validation message fix, thanks @leipert + * infinite digest bugfix, thanks @israelshirk + * minLength validation message bugfix, thanks @iamdarrenhall + * bugfix for Angular 1.2 and arrays watching, thanks @davidlgj + v0.8.4 ------ * Reverted `trackBy`. Fixes #458, #462, #471 diff --git a/bower.json b/bower.json index 0d2ef406a..312c2f6a1 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,6 @@ "dist/schema-form.js", "dist/bootstrap-decorator.js" ], - "version": "0.8.4", "authors": [ "Textalk", "David Jensen ", diff --git a/package.json b/package.json index 7830f477f..b793898f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-schema-form", - "version": "0.8.4", + "version": "0.8.5", "description": "Create complex forms from a JSON schema with angular.", "repository": "Textalk/angular-schema-form", "main": "dist/schema-form.min.js",