Skip to content

Commit 73823cf

Browse files
committed
chore(release): 2.5.2
1 parent 323aff9 commit 73823cf

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Change Log
2+
3+
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.
4+
5+
## [2.5.2](https://github.com/fritz-c/react-shape-editor/compare/v2.5.1...v2.5.2) (2019-05-30)
6+
7+
8+
### Bug Fixes
9+
10+
* make handles disappear at the right level of crampedness ([323aff9](https://github.com/fritz-c/react-shape-editor/commit/323aff9))
11+
12+
13+
114
# Change Log
215

316
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.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-shape-editor",
33
"description": "Simple shape editor component",
4-
"version": "2.5.1",
4+
"version": "2.5.2",
55
"scripts": {
66
"start": "parcel -d build website/index.html",
77
"build": "rollup -c",

0 commit comments

Comments
 (0)