Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 6, 2020
1 parent 168ed4c commit c72ac1a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## v2.1.2 (2020-11-06)

#### :bug: Bug Fix
* [#278](https://github.com/ember-cli/ember-load-initializers/pull/278) Fail explicitly when initializer does not have default export ([@mehulkar](https://github.com/mehulkar))

#### Committers: 2
- Mehul Kar ([@mehulkar](https://github.com/mehulkar))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

## v2.1.1 (2019-11-02)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ember-load-initializers",
"version": "2.1.1",
"version": "2.1.2",
"description": "A tiny add-on to autoload your initializer files in ember-cli.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit c72ac1a

Please sign in to comment.