Skip to content

Commit 0d34e27

Browse files
committed
Release 3.1.0
1 parent d1383c1 commit 0d34e27

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
@@ -2,6 +2,19 @@ Version 9 of Highlight.js has reached EOL and is no longer supported.
22
Please upgrade or ask whatever dependency you are using to upgrade.
33
https://github.com/highlightjs/highlight.js/issues/2877
44

5+
6+
## v3.1.0 (2021-08-05)
7+
8+
#### :rocket: Enhancement
9+
* [#406](https://github.com/elwayman02/ember-scroll-modifiers/pull/406) creating test helper for scroll into view ([@abeadam](https://github.com/abeadam))
10+
11+
#### :memo: Documentation
12+
* [#421](https://github.com/elwayman02/ember-scroll-modifiers/pull/421) Change author url to https ([@elwayman02](https://github.com/elwayman02))
13+
14+
#### Committers: 2
15+
- Abe Adam ([@abeadam](https://github.com/abeadam))
16+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
17+
518
## v3.0.0 (2021-06-28)
619

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

0 commit comments

Comments
 (0)