Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jan 8, 2021
1 parent d1a757d commit b97c6df
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@
## v1.0.0 (2021-01-08)

#### :boom: Breaking Change
* [#80](https://github.com/kaliber5/ember-responsive-image/pull/80) Update Ember, drop support for Ember < 3.16, migrate tests to QUnit ([@simonihmig](https://github.com/simonihmig))

#### :rocket: Enhancement
* [#71](https://github.com/kaliber5/ember-responsive-image/pull/71) Add option to recursively process sub directories of sourcePath ([@elgordino](https://github.com/elgordino))

#### :memo: Documentation
* [#100](https://github.com/kaliber5/ember-responsive-image/pull/100) Update README for Octane patterns ([@simonihmig](https://github.com/simonihmig))
* [#69](https://github.com/kaliber5/ember-responsive-image/pull/69) JSDoc typo ([@lolmaus](https://github.com/lolmaus))

#### :house: Internal
* [#83](https://github.com/kaliber5/ember-responsive-image/pull/83) Setup Dependabot ([@simonihmig](https://github.com/simonihmig))
* [#82](https://github.com/kaliber5/ember-responsive-image/pull/82) Refactor Fastboot and image processing tests ([@simonihmig](https://github.com/simonihmig))
* [#81](https://github.com/kaliber5/ember-responsive-image/pull/81) Add HTML attributes test ([@simonihmig](https://github.com/simonihmig))
* [#80](https://github.com/kaliber5/ember-responsive-image/pull/80) Update Ember, drop support for Ember < 3.16, migrate tests to QUnit ([@simonihmig](https://github.com/simonihmig))
* [#78](https://github.com/kaliber5/ember-responsive-image/pull/78) Setup release-it ([@simonihmig](https://github.com/simonihmig))
* [#77](https://github.com/kaliber5/ember-responsive-image/pull/77) Setup Github actions ([@simonihmig](https://github.com/simonihmig))

#### Committers: 4
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
- Gordon Johnston ([@elgordino](https://github.com/elgordino))
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)

# Changelog
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-responsive-image",
"version": "1.0.0-rc.7",
"version": "1.0.0",
"description": "An ember addon that generates resized images and use them in img-tags with the srcset-attribute.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit b97c6df

Please sign in to comment.