Skip to content

Commit c72ac1a

Browse files
author
Robert Jackson
committed
Release 2.1.2
1 parent 168ed4c commit c72ac1a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.1.2 (2020-11-06)
2+
3+
#### :bug: Bug Fix
4+
* [#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))
5+
6+
#### Committers: 2
7+
- Mehul Kar ([@mehulkar](https://github.com/mehulkar))
8+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
9+
110
## v2.1.1 (2019-11-02)
211

312
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-load-initializers",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A tiny add-on to autoload your initializer files in ember-cli.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)