Skip to content

Commit b6229de

Browse files
committed
Release 4.1.0
1 parent 36a04b0 commit b6229de

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v4.1.0 (2022-03-29)
2+
3+
#### :bug: Bug Fix
4+
* [#45](https://github.com/lolmaus/ember-element-query/pull/45) Fix jumps of unstyled content and test freezes, credit to @simonihmig, Closes [#44](https://github.com/lolmaus/ember-element-query/issues/44) ([@lolmaus](https://github.com/lolmaus))
5+
6+
#### Committers: 1
7+
- Andrey Mikhaylov (lolmaus) ([@lolmaus](https://github.com/lolmaus))
8+
9+
110
## v4.0.3 (2021-08-24)
211

312
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-element-query",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "Use element queries effortlessly on any element or component. Make responsive components with CSS transformations and/or template transfomrations.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)