We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88dbf1 commit 9112702Copy full SHA for 9112702
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v1.1.0 (2019-10-04)
2
+
3
+#### :rocket: Enhancement
4
+* [#153](https://github.com/emberjs/ember-jquery/pull/153) Add missing deprecation message for `this.$()` ([@Turbo87](https://github.com/Turbo87))
5
6
+#### Committers: 3
7
+- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
8
+- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
9
+- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
10
11
## v1.0.0 (2019-10-02)
12
13
#### :boom: Breaking Change
package.json
@@ -1,6 +1,6 @@
{
"name": "@ember/jquery",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
0 commit comments