Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Aug 26, 2019
1 parent 60d700d commit a28db5e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
## v2.1.0 (2019-08-26)

#### :rocket: Enhancement
* [#111](https://github.com/ember-cli/ember-load-initializers/pull/111) Add typescript support ([@ro0gr](https://github.com/ro0gr))

#### :memo: Documentation
* [#125](https://github.com/ember-cli/ember-load-initializers/pull/125) Add more detailed explanation to README. ([@abhilashlr](https://github.com/abhilashlr))

#### :house: Internal
* [#77](https://github.com/ember-cli/ember-load-initializers/pull/77) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://github.com/Turbo87))
* [#73](https://github.com/ember-cli/ember-load-initializers/pull/73) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87))

#### Committers: 4
- Ruslan Hrabovyi ([@ro0gr](https://github.com/ro0gr))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
- abhilashlr ([@abhilashlr](https://github.com/abhilashlr))

## v2.0.0 (2018-10-29)

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

0 comments on commit a28db5e

Please sign in to comment.