Skip to content

Commit

Permalink
Bump version to V0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Oct 29, 2014
1 parent f8b2096 commit 0ef9654
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## V0.0.6
#### 10-29-2014

### Fixed
+ Fixed backbone detection so that we get region tree update events again
+ Fixed the regionInspector so that collection and composite views get added to the region tree.

## V0.0.5
#### 10-28-2014

Expand Down
2 changes: 1 addition & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Marionette Inspector",
"version": "0.0.5",
"version": "0.0.6",
"description": "A devtool for Marionette",
"author": "Jason Laster",
"minimum_chrome_version": "22.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marionette.inspector",

"version": "0.0.5",
"version": "0.0.6",

"description": "A proper inspector for Marionette",

Expand Down

0 comments on commit 0ef9654

Please sign in to comment.