Skip to content

Commit 7038b4e

Browse files
committed
Release 4.1.0
1 parent f1595dd commit 7038b4e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ https://github.com/highlightjs/highlight.js/issues/2877
55

66

77

8+
9+
## v4.1.0 (2022-05-18)
10+
11+
#### :rocket: Enhancement
12+
* [#622](https://github.com/elwayman02/ember-scroll-modifiers/pull/622) Add offset support for scroll-into-view ([@jdkahn](https://github.com/jdkahn))
13+
14+
#### :memo: Documentation
15+
* [#622](https://github.com/elwayman02/ember-scroll-modifiers/pull/622) Add offset support for scroll-into-view ([@jdkahn](https://github.com/jdkahn))
16+
17+
#### Committers: 1
18+
- [@jdkahn](https://github.com/jdkahn)
19+
820
## v4.0.0 (2022-05-14)
921

1022
#### :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": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Scroll-based Modifiers for Ember Applications",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)