Skip to content

Commit af5ba49

Browse files
committed
release 1.1.5
1 parent 847d927 commit af5ba49

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.5 (Nov 30, 2019)
4+
5+
- Fix the issue of drag and drop (#31).
6+
37
## 1.1.4 (Oct 26, 2019)
48

59
- Upgrade to Cropper.js v1.5.6.

dist/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "photo-editor",
33
"description": "A photo editing application based on the Cropper.js",
4-
"version": "1.1.4",
4+
"version": "1.1.5",
55
"main": "index.html",
66
"scripts": {
77
"build": "webpack --mode production --env.production",

0 commit comments

Comments
 (0)