Skip to content

Commit 9851a98

Browse files
author
Robert Jackson
committed
Release 2.1.1
1 parent 3c0e3ff commit 9851a98

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v2.1.1 (2019-11-02)
2+
3+
#### :bug: Bug Fix
4+
* [#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))
5+
6+
#### :house: Internal
7+
* [#159](https://github.com/ember-cli/ember-load-initializers/pull/159) Fixup eslint setup for typescript conversion. ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### Committers: 1
10+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
11+
112
## v2.1.0 (2019-08-26)
213

314
#### :rocket: Enhancement

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.0",
3+
"version": "2.1.1",
44
"description": "A tiny add-on to autoload your initializer files in ember-cli.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)