We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b967a78 commit 2526319Copy full SHA for 2526319
CHANGELOG.md
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
6
7
## Unreleased
8
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
+
14
## [0.6.1] - 2016-07-11
15
### Changed
16
- Upgrade `ember-cli-htmlbars` dependency to avoid deprecations.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ember-cli-sticky",
3
- "version": "0.6.6",
+ "version": "1.0.0",
4
"description": "Ember addon for Sticky.js.",
5
"scripts": {
"lint:hbs": "ember-template-lint .",
0 commit comments