Skip to content

Commit bd1fcba

Browse files
author
Clauderic Demers
committed
chore(release): 1.2.0
1 parent 286eff4 commit bd1fcba

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
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="1.1.0"></a>
6-
# [1.1.0](https://github.com/clauderic/react-sortable-hoc/compare/v0.6.4...v1.1.0) (2019-01-07)
5+
<a name="1.2.0"></a>
76

7+
## [1.2.0](https://github.com/clauderic/react-sortable-hoc/compare/v1.1.0...v1.2.0) (2019-01-08)
88

99
### Features
1010

11-
* added updateBeforeSortStart prop ([162857b](https://github.com/clauderic/react-sortable-hoc/commit/162857b))
11+
- added helperContainer prop ([286eff4](https://github.com/clauderic/react-sortable-hoc/commit/286eff4))
12+
13+
<a name="1.1.0"></a>
1214

15+
## [1.1.0](https://github.com/clauderic/react-sortable-hoc/compare/v1.0.0...v1.1.0) (2019-01-07)
16+
17+
### Features
1318

19+
- added updateBeforeSortStart prop ([162857b](https://github.com/clauderic/react-sortable-hoc/commit/162857b))
1420

1521
<a name="1.0.0"></a>
1622

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-sortable-hoc",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Set of higher-order components to turn any list into a sortable, touch-friendly, animated list",
55
"author": {
66
"name": "Clauderic Demers",

0 commit comments

Comments
 (0)