Skip to content

Commit 58cda5b

Browse files
committed
Release 7.1.0
1 parent a3c3eb7 commit 58cda5b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ https://github.com/highlightjs/highlight.js/issues/2877
1010

1111

1212

13+
14+
## v7.1.0 (2023-08-24)
15+
16+
#### :rocket: Enhancement
17+
* [#932](https://github.com/elwayman02/ember-scroll-modifiers/pull/932) fix(issue-510): support Additional state to be passed as the IntersectionObserverEntry ([@xinlli](https://github.com/xinlli))
18+
19+
#### :house: Internal
20+
* [#937](https://github.com/elwayman02/ember-scroll-modifiers/pull/937) Don't publish yarn/idea folders ([@elwayman02](https://github.com/elwayman02))
21+
* [#936](https://github.com/elwayman02/ember-scroll-modifiers/pull/936) Prettier v8 ([@elwayman02](https://github.com/elwayman02))
22+
* [#935](https://github.com/elwayman02/ember-scroll-modifiers/pull/935) eslint-plugin-qunit v8 ([@elwayman02](https://github.com/elwayman02))
23+
24+
#### Committers: 2
25+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
26+
- [@xinlli](https://github.com/xinlli)
27+
1328
## v7.0.0 (2023-05-17)
1429

1530
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-scroll-modifiers",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "Scroll-based Modifiers for Ember Applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)