diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a9654d..4e47fcab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ + +## v7.3.0 (2024-08-30) + +#### :rocket: Enhancement +* [#1114](https://github.com/elwayman02/ember-scroll-modifiers/pull/1114) [A11y] Added support for prefers reduced motion ([@hiTyagi](https://github.com/hiTyagi)) + +#### :bug: Bug Fix +* [#1113](https://github.com/elwayman02/ember-scroll-modifiers/pull/1113) Added deprecation workflow for component-template-resolving ([@hiTyagi](https://github.com/hiTyagi)) + +#### :house: Internal +* [#1113](https://github.com/elwayman02/ember-scroll-modifiers/pull/1113) Added deprecation workflow for component-template-resolving ([@hiTyagi](https://github.com/hiTyagi)) +* [#1](https://github.com/elwayman02/ember-scroll-modifiers/pull/1) Bump ember-cli-template-lint from 1.0.0 to 2.0.2 ([@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) + +#### Committers: 1 +- Himanshu Tyagi ([@hiTyagi](https://github.com/hiTyagi)) + ## v7.2.1 (2024-08-26) #### :bug: Bug Fix diff --git a/package.json b/package.json index 99e7f094..c1ff3abe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-scroll-modifiers", - "version": "7.2.1", + "version": "7.3.0", "description": "Scroll-based Modifiers for Ember Applications", "keywords": [ "ember-addon",