From 7e07aeb3b745072762ef77ed4d6936696101637b Mon Sep 17 00:00:00 2001 From: Stanley Stuart Date: Fri, 7 Dec 2018 00:29:44 -0800 Subject: [PATCH] release 1.12.2 (#215) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e745af8..37411e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # ember-sortable changelog +## 1.12.2 (2018-12-06) + +#### :rocket: Enhancement +* [#212](https://github.com/heroku/ember-sortable/pull/212) Replace jQuery with vanilla JS ([@nlfurniss](https://github.com/nlfurniss)) + +#### :house: Internal +* [#214](https://github.com/heroku/ember-sortable/pull/214) add lerna changelog for generating changelogs ([@fivetanley](https://github.com/fivetanley)) + +#### Committers: 3 +- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) +- Stanley Stuart ([@fivetanley](https://github.com/fivetanley)) +- Todd Evanoff ([@tevanoff](https://github.com/tevanoff)) + ### 1.12.1 (2018-11-16) - [#209](https://github.com/heroku/ember-sortable/pull/209) Revert "Ember 3.5" diff --git a/package.json b/package.json index 57111e7f..46f8c9c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-sortable", - "version": "1.12.1", + "version": "1.12.2", "description": "Sortable UI primitives for Ember.", "keywords": [ "ember-addon",