Skip to content

Commit

Permalink
Merge pull request #277 from heroku/release-1.12.10
Browse files Browse the repository at this point in the history
1.12.10
  • Loading branch information
jgwhite authored Sep 24, 2019
2 parents 4cf6756 + 3564206 commit 5d990e8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ember-sortable changelog

## 1.12.10 (2019-09-24)

#### :bug: Bug Fix
* [#275](https://github.com/heroku/ember-sortable/pull/275) [BUGFIX] fixes bug when sorting to the beginning of list ([@ryanholte](https://github.com/ryanholte))

#### :house: Internal
* [#268](https://github.com/heroku/ember-sortable/pull/268) Bump mixin-deep from 1.3.0 to 1.3.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#267](https://github.com/heroku/ember-sortable/pull/267) Bump eslint-utils from 1.3.1 to 1.4.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#258](https://github.com/heroku/ember-sortable/pull/258) First pass at upgrading to new QUnit syntax ([@nlfurniss](https://github.com/nlfurniss))

#### Committers: 2
- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss))
- Ryan Holte ([@ryanholte](https://github.com/ryanholte))
- [@dependabot](https://github.com/apps/dependabot)

## 1.12.9 (2019-06-11)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-sortable",
"version": "1.12.9",
"version": "1.12.10",
"description": "Sortable UI primitives for Ember.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 5d990e8

Please sign in to comment.