Skip to content

Commit e6344d0

Browse files
committed
Release 3.0.0
1 parent 1732a99 commit e6344d0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@ 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+
## v3.0.0 (2021-06-28)
6+
7+
#### :boom: Breaking Change
8+
* [#403](https://github.com/elwayman02/ember-scroll-modifiers/pull/403) Ember 3.27 Blueprint Updates (Drop Ember 3.16 Support) ([@elwayman02](https://github.com/elwayman02))
9+
10+
#### :rocket: Enhancement
11+
* [#397](https://github.com/elwayman02/ember-scroll-modifiers/pull/397) Allow programmatic control of observation ([@chriskrycho](https://github.com/chriskrycho))
12+
13+
#### :memo: Documentation
14+
* [#404](https://github.com/elwayman02/ember-scroll-modifiers/pull/404) Document the rest of the did-intersect API ([@chriskrycho](https://github.com/chriskrycho))
15+
16+
#### :house: Internal
17+
* [#403](https://github.com/elwayman02/ember-scroll-modifiers/pull/403) Ember 3.27 Blueprint Updates (Drop Ember 3.16 Support) ([@elwayman02](https://github.com/elwayman02))
18+
19+
#### Committers: 2
20+
- Chris Krycho ([@chriskrycho](https://github.com/chriskrycho))
21+
- Jordan Hawker ([@elwayman02](https://github.com/elwayman02))
22+
523
## v2.0.0 (2021-06-18)
624

725
#### :bug: Bug Fix

package.json

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

0 commit comments

Comments
 (0)