Skip to content

Commit a28db5e

Browse files
author
Robert Jackson
committed
Release 2.1.0
1 parent 60d700d commit a28db5e

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v2.1.0 (2019-08-26)
2+
3+
#### :rocket: Enhancement
4+
* [#111](https://github.com/ember-cli/ember-load-initializers/pull/111) Add typescript support ([@ro0gr](https://github.com/ro0gr))
5+
6+
#### :memo: Documentation
7+
* [#125](https://github.com/ember-cli/ember-load-initializers/pull/125) Add more detailed explanation to README. ([@abhilashlr](https://github.com/abhilashlr))
8+
9+
#### :house: Internal
10+
* [#77](https://github.com/ember-cli/ember-load-initializers/pull/77) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://github.com/Turbo87))
11+
* [#73](https://github.com/ember-cli/ember-load-initializers/pull/73) Remove unused dependencies ([@Turbo87](https://github.com/Turbo87))
12+
13+
#### Committers: 4
14+
- Ruslan Hrabovyi ([@ro0gr](https://github.com/ro0gr))
15+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
16+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
17+
- abhilashlr ([@abhilashlr](https://github.com/abhilashlr))
18+
119
## v2.0.0 (2018-10-29)
220

321
#### :boom: Breaking Change

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

0 commit comments

Comments
 (0)