Skip to content

Commit

Permalink
Sync CHANGELOG (emberjs#1083)
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode authored and nummi committed Apr 1, 2020
1 parent 8d05d55 commit 21cd7d2
Showing 1 changed file with 51 additions and 7 deletions.
58 changes: 51 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,66 @@
# Changelog

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

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

**Merged pull requests:**

- Fix Chrome publishing [\#1082](https://github.com/emberjs/ember-inspector/pull/1082) ([chancancode](https://github.com/chancancode))

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

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

**Fixed bugs:**

- Fixed issue with NPM publishing
- Fixed issue with automatic publishing

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

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

**Fixed bugs:**

- Inspector refused to load due to invalid subresource integrity checksum [\#1064](https://github.com/emberjs/ember-inspector/issues/1064)
- Today's Update Broke the Extension [\#1066](https://github.com/emberjs/ember-inspector/issues/1066)
- full angle bracket name should be searchable [\#1059](https://github.com/emberjs/ember-inspector/issues/1059)
- Fix glimmer.value [\#1072](https://github.com/emberjs/ember-inspector/pull/1072) ([patricklx](https://github.com/patricklx))

**Closed issues:**

- Mystery: why do we publish to NPM? [\#1079](https://github.com/emberjs/ember-inspector/issues/1079)
- Using Inspector \(3.12.2\) to view a particular Component or Data Model record fails with the following error: [\#1068](https://github.com/emberjs/ember-inspector/issues/1068)

**Merged pull requests:**

- Add missing npm artifact [\#1081](https://github.com/emberjs/ember-inspector/pull/1081) ([chancancode](https://github.com/chancancode))
- Auto publish [\#1080](https://github.com/emberjs/ember-inspector/pull/1080) ([chancancode](https://github.com/chancancode))
- Don't publish Firefox ZIP file to NPM [\#1078](https://github.com/emberjs/ember-inspector/pull/1078) ([chancancode](https://github.com/chancancode))
- Always run the "Build extensions" step [\#1077](https://github.com/emberjs/ember-inspector/pull/1077) ([chancancode](https://github.com/chancancode))
- Update CI badge [\#1076](https://github.com/emberjs/ember-inspector/pull/1076) ([chancancode](https://github.com/chancancode))
- Build with Node 12 [\#1075](https://github.com/emberjs/ember-inspector/pull/1075) ([chancancode](https://github.com/chancancode))
- Test of 3.12 LTS [\#1074](https://github.com/emberjs/ember-inspector/pull/1074) ([chancancode](https://github.com/chancancode))
- Migrate CI to GitHub Actions [\#1069](https://github.com/emberjs/ember-inspector/pull/1069) ([chancancode](https://github.com/chancancode))
- Changelogs [\#1067](https://github.com/emberjs/ember-inspector/pull/1067) ([chancancode](https://github.com/chancancode))
- 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.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

## [v3.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:**

- There's an empty void where the inspector should be [\#1064](https://github.com/emberjs/ember-inspector/issues/1064)

## [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 Expand Up @@ -516,6 +556,10 @@

# Ember Inspector Changelog

## Ember Inspector 2.3.1

* [INTERNAL] Remove unsafe-eval from csp [#737](https://github.com/emberjs/ember-inspector/pull/737)

## Ember Inspector 2.3.0

* [FEATURE] View tree filter support [#720](https://github.com/emberjs/ember-inspector/pull/720)
Expand Down Expand Up @@ -799,4 +843,4 @@
* [BUGFIX] Add missing ember.prod.js file in vendors


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit 21cd7d2

Please sign in to comment.