Skip to content

Commit b3d7c4f

Browse files
Dhaulagirijmar910
authored andcommitted
release 1.12.0 (#207)
1 parent 051db59 commit b3d7c4f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# ember-sortable changelog
22

3+
### 1.12.0 (2018-11-16)
4+
5+
- [#189](https://github.com/heroku/ember-sortable/pull/189) Fix travis node version [@acburdine](https://github.com/acburdine)
6+
- [#188](https://github.com/heroku/ember-sortable/pull/188) Don't break if A extensions are not enabled [@btecu](https://github.com/btecu)
7+
- [#190](https://github.com/heroku/ember-sortable/pull/190) set rootURL for tests [@jmar910](https://github.com/jmar910)
8+
- [#206](https://github.com/heroku/ember-sortable/pull/206) Ember 3.5 [@jmar910](https://github.com/jmar910)
9+
- [#200](https://github.com/heroku/ember-sortable/pull/200) Update links to use new owner [@raulb](https://github.com/raulb)
10+
- [#203](https://github.com/heroku/ember-sortable/pull/203) Remove ember-invoke-action [@raulb](https://github.com/raulb)
11+
- [#182](https://github.com/heroku/ember-sortable/pull/182) Updated README to include js example for accessibility [@alanwguo](https://github.com/alanwguo)
12+
- [#185](https://github.com/heroku/ember-sortable/pull/185) docs: use action helper in more examples [@knownasilya](https://github.com/knownasilya)
13+
314
### 1.11.2 (2018-02-23)
415

516
- [#172](https://github.com/jgwhite/ember-sortable/pull/172) Fix deprecation warnings for targetObject [@nlfurniss](https://github.com/nlfurniss)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-sortable",
3-
"version": "1.11.2",
3+
"version": "1.12.0",
44
"description": "Sortable UI primitives for Ember.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)