Skip to content

Commit 345de05

Browse files
committed
Version bump and CHANGELOG
1 parent 7867f4a commit 345de05

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.4.0
2+
------
3+
* Create tabs with the 'tab' type, just for show!
4+
* Add arbitrary HTML with the 'help' type, just because you can.
5+
16
v0.3.0
27
------
38
* A shiny new datepicker using pickadate.js

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dist/bootstrap-decorator.min.js",
66
"dist/bootstrap-datepicker.min.js"
77
],
8-
"version": "0.3.0",
8+
"version": "0.4.0",
99
"authors": [
1010
"Textalk",
1111
"David Jensen <[email protected]>"

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.3.0",
3+
"version": "0.4.0",
44
"description": "Create forms from a JSON schema",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)