Skip to content

Commit c3c37e4

Browse files
committed
Release 1.0.0
1 parent be5742c commit c3c37e4

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v1.0.0 (2019-10-02)
2+
3+
#### :boom: Breaking Change
4+
* [#100](https://github.com/emberjs/ember-jquery/pull/100) ember-cli-update to 3.10, drop node 6 ([@simonihmig](https://github.com/simonihmig))
5+
6+
#### :rocket: Enhancement
7+
* [#148](https://github.com/emberjs/ember-jquery/pull/148) Allow addon to provide jQuery to final build, but not include Ember <-> jQuery integration. ([@lupestro](https://github.com/lupestro))
8+
9+
#### :memo: Documentation
10+
* [#145](https://github.com/emberjs/ember-jquery/pull/145) Add directions to import and use jQuery ([@jrjohnson](https://github.com/jrjohnson))
11+
12+
#### Committers: 4
13+
- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson))
14+
- Ralph Mack ([@lupestro](https://github.com/lupestro))
15+
- Simon Ihmig ([@simonihmig](https://github.com/simonihmig))
16+
- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview)
17+
118
## v0.6.1 (2019-06-06)
219

320
#### :bug: Bug Fix

package.json

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

0 commit comments

Comments
 (0)