diff --git a/CHANGELOG.md b/CHANGELOG.md index 87bada5d..c2acaef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v1.4.0 (1/14/2015) + +### Features + +* New `event.currentTarget` in delegated event handlers https://github.com/flightjs/flight/pull/329 +* npm support — `npm install flightjs` +* Multi-function advice https://github.com/flightjs/flight/pull/299 + +### Bug fixes and tweaks + +* IE9 debug fix https://github.com/flightjs/flight/pull/318 +* Allow mixing into a null-based object https://github.com/flightjs/flight/pull/323 +* Various documentation & smaller bug fixes + ## v1.3.0 (9/22/2014) ###features diff --git a/bower.json b/bower.json index 418d3773..d53b44bb 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "flight", "description": "Clientside component infrastructure", "main": "index.js", - "version": "1.3.0", + "version": "1.4.0", "ignore": [ ".*", "doc", diff --git a/package.json b/package.json index e2708e7b..d60ba616 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flightjs", - "version": "1.3.0", + "version": "1.4.0", "main": "build/flight.js", "files": [ "build/flight.js"