Skip to content

Commit

Permalink
Bump patch version to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyzeenny committed Sep 23, 2015
1 parent 4b7292f commit c3322f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
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 1.9.2

* [BUGFIX] Don't assume Ember.View exists (for Ember 2.0+) [#469](https://github.com/emberjs/ember-inspector/pull/469)
* [IMPROVEMENT] Update Firefox skeleton for path change in Firefox 44+ [#470](https://github.com/emberjs/ember-inspector/pull/470)

## Ember Inspector 1.9.1

* [BUGFIX] Fix value of this after ES6 refactor
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.1';
const version = '1.9.2';

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.1",
"version": "1.9.2",
"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.1",
"version": "1.9.2",

"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.1",
"version": "1.9.2",
"fullName": "Ember Inspector",
"id": "ember-inspector@emberjs.com",
"description": "Tool for debugging Ember applications.",
Expand Down

0 comments on commit c3322f0

Please sign in to comment.