Skip to content

Commit

Permalink
Release 2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Feb 20, 2021
1 parent 827019b commit 8f930a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v2.0.0-rc.1 (2021-02-20)

#### :bug: Bug Fix
* [#159](https://github.com/kaliber5/ember-responsive-image/pull/159) Handle absolute image path ([@simonihmig](https://github.com/simonihmig))
* [#158](https://github.com/kaliber5/ember-responsive-image/pull/158) Fix plugins path ([@simonihmig](https://github.com/simonihmig))

#### Committers: 1
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))

## v2.0.0-rc.0 (2021-02-20)

#### :boom: Breaking Change
Expand Down
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": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"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 8f930a6

Please sign in to comment.