Skip to content

Commit 9112702

Browse files
committed
Release 1.1.0
1 parent c88dbf1 commit 9112702

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
## v1.0.0 (2019-10-02)
212

313
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ember/jquery",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)