Skip to content

Commit

Permalink
1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
angus-c committed Oct 15, 2013
1 parent e85c1c7 commit 0b5eb25
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
## v1.1.1 (10/15/2013)

###features
* better docs

###bug fixes and tweaks
* new Function -> function declaration to avoid CSP issues
* more tests
* normalize all references to the utils module

## v1.1.0 (07/26/2013)

##api changes
* new \<Component\> (not recommended) no longer auto-calls initialize
* new \<Component\> (not recommended) no longer auto-calls initialize
(use \<Component\>.attachTo)

###features
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": "lib/index.js",
"version": "1.1.0",
"version": "1.1.1",
"ignore": [
"tools/standalone",
"test",
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": "flight",
"version": "1.1.0",
"version": "1.1.1",
"devDependencies": {
"karma": "~0.10.1",
"karma-jasmine": "~0.1.0",
Expand Down

0 comments on commit 0b5eb25

Please sign in to comment.