From 58cda5b92ac979cf5d44fd7ac4dafff50aaeb5ca Mon Sep 17 00:00:00 2001 From: Jordan Hawker Date: Wed, 23 Aug 2023 18:30:38 -0700 Subject: [PATCH] Release 7.1.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04e11e76..b69ef3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ef693405..5229c167 100644 --- a/package.json +++ b/package.json @@ -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",