Skip to content

Commit 9e36e29

Browse files
committed
Release 2.0.0-rc.3
1 parent 2219416 commit 9e36e29

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v2.0.0-rc.3 (2021-02-24)
2+
3+
#### :rocket: Enhancement
4+
* [#177](https://github.com/kaliber5/ember-responsive-image/pull/177) Optimize Blurhash performance ([@simonihmig](https://github.com/simonihmig))
5+
* [#178](https://github.com/kaliber5/ember-responsive-image/pull/178) Move meta data script to end of body, to improve FastBoot performance ([@simonihmig](https://github.com/simonihmig))
6+
7+
#### Committers: 1
8+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
9+
110
## v2.0.0-rc.2 (2021-02-23)
211

312
#### :rocket: Enhancement

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-responsive-image",
3-
"version": "2.0.0-rc.2",
3+
"version": "2.0.0-rc.3",
44
"description": "An ember addon that generates resized images and use them in img-tags with the srcset-attribute.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)