Skip to content

Commit

Permalink
Merge pull request #143 from flightjs/v1.1.10
Browse files Browse the repository at this point in the history
V1.1.10
  • Loading branch information
angus-c committed Jul 24, 2013
2 parents 82e6054 + 636866a commit d023902
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v1.0.10 (07/24/2013)

###features
* core component behavior now in base.js mixin/module
* using karma for tests
* refactored documentation now includes api docs

###bug fixes and tweaks
* update bower resources to match current bower naming scheme
* tools/debug.js -> lib/debug.js

## v1.0.9 (05/13/2013)

###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.0.9",
"version": "1.0.10",
"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.0.9",
"version": "1.0.10",
"devDependencies": {
"karma": "~0.8.5",
"loadbuilder": ">=0.4.2",
Expand Down

0 comments on commit d023902

Please sign in to comment.