Skip to content

Commit

Permalink
Bump version to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyzeenny committed Nov 24, 2015
1 parent 831221e commit 4bda1ea
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Ember Inspector Changelog

## Ember Inspector 1.9.4

* [BUGFIX] Launch inspector if document ready state is `interactive` [#500](https://github.com/emberjs/ember-inspector/pull/500)
* [BUGFIX] [Ember 2.2] Use the new `resolveRegistration` to remove the deprecation warning [#499](https://github.com/emberjs/ember-inspector/pull/499) [#497](https://github.com/emberjs/ember-inspector/pull/497)
* [BUGFIX] [Ember 2.2] Fix the view tree: use `scope.getSelf` when available to get the controller [#496](https://github.com/emberjs/ember-inspector/pull/496)
* [INTERNAL] Tweak Firefox skeleton again for 44 and later [#491](https://github.com/emberjs/ember-inspector/pull/491)

## Ember Inspector 1.9.3

* [BUGFIX] Make sure we only reopen the app once [#482](https://github.com/emberjs/ember-inspector/pull/482)
Expand Down
2 changes: 1 addition & 1 deletion app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import msToTime from "ember-inspector/helpers/ms-to-time";

Ember.MODEL_FACTORY_INJECTIONS = true;

const version = '1.9.3';
const version = '1.9.4';

const App = Ember.Application.extend({
modulePrefix: config.modulePrefix,
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": "1.9.3",
"version": "1.9.4",
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
"directories": {
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion skeleton_chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"name": "Ember Inspector",
"description": "Tool for debugging Ember applications.",
"version": "1.9.3",
"version": "1.9.4",

"icons": {
"16": "panes/assets/images/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion skeleton_firefox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-inspector",
"version": "1.9.3",
"version": "1.9.4",
"fullName": "Ember Inspector",
"id": "ember-inspector@emberjs.com",
"description": "Tool for debugging Ember applications.",
Expand Down

0 comments on commit 4bda1ea

Please sign in to comment.