From b97c6df3a7b0693c954c54a9c4d817093dcf3597 Mon Sep 17 00:00:00 2001 From: simonihmig Date: Fri, 8 Jan 2021 19:53:45 +0100 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f0d..764fb415b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ed3b104ee..36b56c582 100644 --- a/package.json +++ b/package.json @@ -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"