Skip to content

Commit c2eccbd

Browse files
committed
1.1.0 -> 1.1.1
1 parent e85c1c7 commit c2eccbd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
## v1.1.1 (10/15/2013)
2+
3+
###features
4+
* better docs
5+
6+
###bug fixes and tweaks
7+
* new Function -> function declaration to avoid CSP issues
8+
* more tests
9+
* normalize all references to the utils module
10+
111
## v1.1.0 (07/26/2013)
212

313
##api changes
4-
* new \<Component\> (not recommended) no longer auto-calls initialize
14+
* new \<Component\> (not recommended) no longer auto-calls initialize
515
(use \<Component\>.attachTo)
616

717
###features

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "flight",
33
"description": "Clientside component infrastructure",
44
"main": "lib/index.js",
5-
"version": "1.1.0",
5+
"version": "1.1.1",
66
"ignore": [
77
"tools/standalone",
88
"test",

0 commit comments

Comments
 (0)