Skip to content

Commit

Permalink
Merge pull request #1067 from emberjs/changelogs
Browse files Browse the repository at this point in the history
Changelogs
  • Loading branch information
chancancode committed Nov 9, 2019
2 parents ffc5c3f + 97bb4b9 commit 8b977a6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [3.12.2](https://github.com/emberjs/ember-inspector/tree/v3.12.2) (2019-11-08)

[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.12.1...v3.12.2)

**Fixed bugs:**

- Fixed issue with NPM publishing

## [3.12.1](https://github.com/emberjs/ember-inspector/tree/v3.12.1) (2019-11-08)

[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.12.0...v3.12.1)

**Fixed bugs:**

- Inspector refused to load due to invalid subresource integrity checksum [\#1064](https://github.com/emberjs/ember-inspector/issues/1064)

**Merged pull requests:**

- Remove ember-cli-sri [\#1065](https://github.com/emberjs/ember-inspector/pull/1065) ([rwwagner90](https://github.com/rwwagner90))
- 3.12 Changelog [\#1062](https://github.com/emberjs/ember-inspector/pull/1062) ([rwwagner90](https://github.com/rwwagner90))

## [v3.12.0](https://github.com/emberjs/ember-inspector/tree/v3.12.0) (2019-11-08)

[Full Changelog](https://github.com/emberjs/ember-inspector/compare/v3.11.0...v3.12.0)
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": "3.12.0",
"version": "3.13.0",
"description": "Extends developer tools to allow you to better inspect your Ember.js apps.",
"license": "MIT",
"author": "Tilde, Inc.",
Expand Down

0 comments on commit 8b977a6

Please sign in to comment.