Skip to content

Commit 2526319

Browse files
committed
v1.0.0
1 parent b967a78 commit 2526319

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased
88

9+
## [1.0.0] - 2022-12-21
10+
### Changed
11+
- Upgrade `@ember/jquery` to v2.0.0
12+
- Drop support for node v8 & v10 as a result
13+
914
## [0.6.1] - 2016-07-11
1015
### Changed
1116
- Upgrade `ember-cli-htmlbars` dependency to avoid deprecations.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-sticky",
3-
"version": "0.6.6",
3+
"version": "1.0.0",
44
"description": "Ember addon for Sticky.js.",
55
"scripts": {
66
"lint:hbs": "ember-template-lint .",

0 commit comments

Comments
 (0)