Skip to content

Commit

Permalink
build: release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Apr 26, 2021
1 parent dc477c2 commit 6733d05
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.2.0 (Apr 26, 2021)

- Support to paste image file or URL (#40).

## 1.1.5 (Nov 30, 2019)

- Fix the issue of drag and drop (#31).
Expand Down
14 changes: 7 additions & 7 deletions dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "photo-editor",
"description": "A photo editing application based on the Cropper.js",
"version": "1.1.5",
"version": "1.2.0",
"main": "index.html",
"scripts": {
"build": "webpack --mode production",
"build": "webpack --mode production --env.production",
"clean": "del-cli dist index.html",
"lint": "eslint src *.js --ext .js,.vue --fix",
"release": "npm run clean && npm run lint && npm run build",
Expand Down

0 comments on commit 6733d05

Please sign in to comment.