Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Ashworth committed Oct 6, 2015
1 parent 6981645 commit 33be080
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flight",
"description": "Clientside component infrastructure",
"main": "index.js",
"version": "1.5.0",
"version": "1.5.1",
"ignore": [
".*",
"doc",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flightjs",
"version": "1.5.0",
"version": "1.5.1",
"main": "build/flight.js",
"files": [
"build/flight.js"
Expand Down

0 comments on commit 33be080

Please sign in to comment.