diff --git a/CHANGELOG.md b/CHANGELOG.md index c2247c6..86ae7c3 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/package.json b/package.json index 42f2495..6c9c5a6 100644 --- a/package.json +++ b/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"