diff --git a/CHANGELOG b/CHANGELOG index a3ead0886..258ceef66 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +v0.7.2 +------ + * Add-ons now have their own repos, and there is a colorpicker! + * 'arrayIndex' is exposed as a locals in conditionals + * New tab in tabarrays gets focus. + * We now follow google javscript code guidelines, policed by jscs. + v0.7.1 ------ Thanks to @torstenrudolf, this release is basically his PR:s. diff --git a/bower.json b/bower.json index 249a809c6..0c09f223a 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "dist/bootstrap-decorator.min.js", "dist/bootstrap-datepicker.min.js" ], - "version": "0.7.1", + "version": "0.7.2", "authors": [ "Textalk", "David Jensen " diff --git a/package.json b/package.json index 6a99a42cd..d8b4c6952 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-schema-form", - "version": "0.7.1", + "version": "0.7.2", "description": "Create forms from a JSON schema", "scripts": { "test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"