Skip to content

Commit a19641f

Browse files
committed
Release 7.0.0
1 parent 235291b commit a19641f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ https://github.com/highlightjs/highlight.js/issues/2877
99

1010

1111

12+
13+
## v7.0.0 (2023-05-17)
14+
15+
#### :boom: Breaking Change
16+
* [#853](https://github.com/elwayman02/ember-scroll-modifiers/pull/853) Drop Ember 3.28, Node 14 ([@elwayman02](https://github.com/elwayman02))
17+
18+
#### :rocket: Enhancement
19+
* [#852](https://github.com/elwayman02/ember-scroll-modifiers/pull/852) Allow `ember-source` v5 in `peerDependencies` ([@boris-petrov](https://github.com/boris-petrov))
20+
21+
#### Committers: 2
22+
- Boris Petrov ([@boris-petrov](https://github.com/boris-petrov))
23+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
24+
1225
## v6.0.0 (2023-01-03)
1326

1427
#### :house: Internal

package.json

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

0 commit comments

Comments
 (0)