Skip to content

Commit

Permalink
Bump patch version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyzeenny committed Oct 28, 2016
1 parent ea9b826 commit 46edbb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Ember Inspector Changelog

## Ember Inspector 2.0.4

* [BUGFIX] Account for components that are appended manually [#610](https://github.com/emberjs/ember-inspector/pull/610)
* [BUGFIX] Only list sub-routes if they are defined [#612](https://github.com/emberjs/ember-inspector/pull/612)

## Ember Inspector 2.0.3

* [BUGFIX] Fall back to memory caching if local storage is inaccessible [#592](https://github.com/emberjs/ember-inspector/pull/592)
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": "ember-inspector",
"version": "2.0.3",
"version": "2.0.4",
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 46edbb1

Please sign in to comment.