diff --git a/CHANGELOG.md b/CHANGELOG.md index c2acaef9..0782b076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.5.0 (1/23/2015) + +* Shows warning for reference types in attributes https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c +* Add Gitter room button https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c +* Remove debug-mode serializable event data restrction https://github.com/flightjs/flight/commit/66164d95e72d26dee1ab39e9edd4f8c26147972c +* Update Advice API doc for event and data params, multiple advice https://github.com/flightjs/flight/pull/330 +* Document function-in-attributes behaviour https://github.com/flightjs/flight/commit/82a45623f3954e5831503317b0e716b9fe5b8bb1 + ## v1.4.0 (1/14/2015) ### Features diff --git a/bower.json b/bower.json index d53b44bb..11f88f5d 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "flight", "description": "Clientside component infrastructure", "main": "index.js", - "version": "1.4.0", + "version": "1.5.0", "ignore": [ ".*", "doc", diff --git a/package.json b/package.json index d60ba616..aec1b637 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flightjs", - "version": "1.4.0", + "version": "1.5.0", "main": "build/flight.js", "files": [ "build/flight.js"