From 345de058853bd69f59c07b6f18108da83a7c3664 Mon Sep 17 00:00:00 2001 From: David Jensen Date: Fri, 27 Jun 2014 09:20:17 +0200 Subject: [PATCH] Version bump and CHANGELOG --- CHANGELOG | 5 +++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e0422341a..78c97c2d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v0.4.0 +------ + * Create tabs with the 'tab' type, just for show! + * Add arbitrary HTML with the 'help' type, just because you can. + v0.3.0 ------ * A shiny new datepicker using pickadate.js diff --git a/bower.json b/bower.json index 509cfa7b1..932770ab4 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "dist/bootstrap-decorator.min.js", "dist/bootstrap-datepicker.min.js" ], - "version": "0.3.0", + "version": "0.4.0", "authors": [ "Textalk", "David Jensen " diff --git a/package.json b/package.json index 1e3aa25b1..336b0f63f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-schema-form", - "version": "0.3.0", + "version": "0.4.0", "description": "Create forms from a JSON schema", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"