Skip to content

Commit 60d9fed

Browse files
author
Robert Jackson
committed
v1.0.0
1 parent ee4e40c commit 60d9fed

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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))
7+
8+
#### :rocket: Enhancement
9+
* [#132](https://github.com/ember-engines/ember-asset-loader/pull/132) update dependencies ([@rwjblue](https://github.com/rwjblue))
10+
* [#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))
20+
21+
#### Committers: 6
22+
- Brenden Palmer ([@brendenpalmer](https://github.com/brendenpalmer))
23+
- Evan Farina ([@evanfarina](https://github.com/evanfarina))
24+
- Logan Rosen ([@loganrosen](https://github.com/loganrosen))
25+
- Michael Villander ([@villander](https://github.com/villander))
26+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
27+
- Travis Hoover ([@thoov](https://github.com/thoov))
28+
129
## v0.6.1 (2019-06-21)
230

331
#### :bug: Bug Fix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-asset-loader",
3-
"version": "0.6.1",
3+
"version": "1.0.0",
44
"description": "Asset loading support for Ember applications",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)