diff --git a/CHANGELOG.md b/CHANGELOG.md index 0782b076..71baef5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.5.1 (10/6/2015) + +* debug.warn like console.log https://github.com/flightjs/flight/commit/70dd4a3 +* Fix component logging in debug mode. https://github.com/flightjs/flight/commit/c741a6a +* Punctuation fix https://github.com/flightjs/flight/commit/7bb5310 +* Rename define to defineComponent https://github.com/flightjs/flight/commit/65d5b0e +* Warn on use of defaultAttrs in debug mode https://github.com/flightjs/flight/commit/04fb2eb + ## v1.5.0 (1/23/2015) * Shows warning for reference types in attributes https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c diff --git a/bower.json b/bower.json index 11f88f5d..967c07c8 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "flight", "description": "Clientside component infrastructure", "main": "index.js", - "version": "1.5.0", + "version": "1.5.1", "ignore": [ ".*", "doc", diff --git a/package.json b/package.json index aec1b637..d4c3d5a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flightjs", - "version": "1.5.0", + "version": "1.5.1", "main": "build/flight.js", "files": [ "build/flight.js"