Skip to content

Commit

Permalink
Release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Dec 18, 2019
1 parent 6073445 commit abbbd08
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v6.0.1 (2019-12-18)

#### :boom: Breaking Change
* [#452](https://github.com/ember-cli/ember-resolver/pull/452) Remove dead module unification code ([@stefanpenner](https://github.com/stefanpenner))

#### :rocket: Enhancement
* [#450](https://github.com/ember-cli/ember-resolver/pull/450) remove now defunct v8 optimization ([@stefanpenner](https://github.com/stefanpenner))

#### :bug: Bug Fix
* [#475](https://github.com/ember-cli/ember-resolver/pull/475) Fix babel-plugin-debug-macros warning ([@hjdivad](https://github.com/hjdivad))

#### Committers: 2
- David J. Hamilton ([@hjdivad](https://github.com/hjdivad))
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))

## v6.0.0 (2019-11-19)

#### :boom: Breaking Change
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-resolver",
"version": "6.0.0",
"version": "6.0.1",
"description": "The default modules based resolver for Ember CLI.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit abbbd08

Please sign in to comment.