Skip to content

Commit 6733d05

Browse files
committed
build: release 1.2.0
1 parent dc477c2 commit 6733d05

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

CHANGELOG.md

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

3+
## 1.2.0 (Apr 26, 2021)
4+
5+
- Support to paste image file or URL (#40).
6+
37
## 1.1.5 (Nov 30, 2019)
48

59
- Fix the issue of drag and drop (#31).

dist/main.js

+7-7
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "photo-editor",
33
"description": "A photo editing application based on the Cropper.js",
4-
"version": "1.1.5",
4+
"version": "1.2.0",
55
"main": "index.html",
66
"scripts": {
7-
"build": "webpack --mode production",
7+
"build": "webpack --mode production --env.production",
88
"clean": "del-cli dist index.html",
99
"lint": "eslint src *.js --ext .js,.vue --fix",
1010
"release": "npm run clean && npm run lint && npm run build",

0 commit comments

Comments
 (0)