Skip to content

Commit 5897dc9

Browse files
author
Matt Lewis
committed
chore(release): 0.6.0
1 parent 980b2dd commit 5897dc9

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
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.6.0"></a>
6+
# [0.6.0](https://github.com/mattlewis92/angular-draggable-droppable/compare/v0.5.4...v0.6.0) (2017-03-23)
7+
8+
9+
### Features
10+
11+
* **draggable:** make dragging work on touch devices ([dc0f863](https://github.com/mattlewis92/angular-draggable-droppable/commit/dc0f863))
12+
13+
14+
515
<a name="0.5.4"></a>
616
## [0.5.4](https://github.com/mattlewis92/angular-draggable-droppable/compare/v0.5.3...v0.5.4) (2017-03-04)
717

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-draggable-droppable",
3-
"version": "0.5.4",
3+
"version": "0.6.0",
44
"description": "Drag and drop for angular 2.0+",
55
"main": "./dist/umd/angular-draggable-droppable.js",
66
"module": "./dist/esm/src/index.js",

0 commit comments

Comments
 (0)