Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Nov 2, 2019
1 parent 3c0e3ff commit 9851a98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## v2.1.1 (2019-11-02)

#### :bug: Bug Fix
* [#205](https://github.com/ember-cli/ember-load-initializers/pull/205) Do not assume global variables are assigned to `self`. ([@rwjblue](https://github.com/rwjblue))

#### :house: Internal
* [#159](https://github.com/ember-cli/ember-load-initializers/pull/159) Fixup eslint setup for typescript conversion. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))

## v2.1.0 (2019-08-26)

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

0 comments on commit 9851a98

Please sign in to comment.