You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## v1.0.0 (2022-05-09)
2
+
3
+
#### :boom: Breaking Change
4
+
*[#130](https://github.com/ember-engines/ember-asset-loader/pull/130) Drop Node < 14 ([@rwjblue](https://github.com/rwjblue))
5
+
*[#104](https://github.com/ember-engines/ember-asset-loader/pull/104) Update addon to [email protected] ([@villander](https://github.com/villander))
6
+
*[#92](https://github.com/ember-engines/ember-asset-loader/pull/92) Fix travis errors that are occurring due to ember-cli-sauce config; Bumped node version to 8.x+ and therefore bumped package version to 1.x ([@evanfarina](https://github.com/evanfarina))
*[#127](https://github.com/ember-engines/ember-asset-loader/pull/127) Add support code for future ember-auto-import versions to be used within lazy Ember Engines ([@thoov](https://github.com/thoov))
11
+
12
+
#### :bug: Bug Fix
13
+
*[#123](https://github.com/ember-engines/ember-asset-loader/pull/123) Only add to manifest when necessary ([@brendenpalmer](https://github.com/brendenpalmer))
14
+
15
+
#### :memo: Documentation
16
+
*[#98](https://github.com/ember-engines/ember-asset-loader/pull/98) Fix various JSDoc issues ([@loganrosen](https://github.com/loganrosen))
17
+
18
+
#### :house: Internal
19
+
*[#90](https://github.com/ember-engines/ember-asset-loader/pull/90) Transform tests to 'setup-test' syntax ([@evanfarina](https://github.com/evanfarina))
0 commit comments