Skip to content

Commit ef22e06

Browse files
author
Yicheng Gong
committed
Release 1.1.1
1 parent e5aeafd commit ef22e06

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
@@ -1,3 +1,15 @@
1+
## v1.1.1 (2020-12-14)
2+
3+
#### :bug: Bug Fix
4+
* [#225](https://github.com/elwayman02/ember-scroll-modifiers/pull/225) Change to willRemove to ensure compatibility with ember-modifier 1.x ([@ygongdev](https://github.com/ygongdev))
5+
6+
#### :house: Internal
7+
* [#225](https://github.com/elwayman02/ember-scroll-modifiers/pull/225) Change to willRemove to ensure compatibility with ember-modifier 1.x ([@ygongdev](https://github.com/ygongdev))
8+
9+
#### Committers: 2
10+
- Yicheng (Jerry) Gong ([@ygongdev](https://github.com/ygongdev))
11+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
12+
113
## v1.1.0 (2020-12-08)
214

315
## v1.0.1 (2020-10-20)

package.json

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

0 commit comments

Comments
 (0)