Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elwayman02 committed Aug 24, 2023
1 parent a3c3eb7 commit 58cda5b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ https://github.com/highlightjs/highlight.js/issues/2877




## v7.1.0 (2023-08-24)

#### :rocket: Enhancement
* [#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))

#### :house: Internal
* [#937](https://github.com/elwayman02/ember-scroll-modifiers/pull/937) Don't publish yarn/idea folders ([@elwayman02](https://github.com/elwayman02))
* [#936](https://github.com/elwayman02/ember-scroll-modifiers/pull/936) Prettier v8 ([@elwayman02](https://github.com/elwayman02))
* [#935](https://github.com/elwayman02/ember-scroll-modifiers/pull/935) eslint-plugin-qunit v8 ([@elwayman02](https://github.com/elwayman02))

#### Committers: 2
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
- [@xinlli](https://github.com/xinlli)

## v7.0.0 (2023-05-17)

#### :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-scroll-modifiers",
"version": "7.0.0",
"version": "7.1.0",
"description": "Scroll-based Modifiers for Ember Applications",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 58cda5b

Please sign in to comment.