Skip to content

Commit

Permalink
release 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Oct 26, 2019
1 parent 02b7d72 commit 04fecb2
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 9 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.1.4 (Oct 26, 2019)

- Upgrade to Cropper.js v1.5.6.

## 1.1.3 (Sep 23, 2018)

- Fix a `TypeError` of read property from `null`.
Expand Down
10 changes: 5 additions & 5 deletions dist/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<meta name="description" content="A photo editing application based on the Cropper.js">
<meta name="author" content="Chen Fengyuan">
<title>Photo Editor</title>
<link rel="stylesheet" href="https://unpkg.com/font-awesome@4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://unpkg.com/font-awesome@4.7.0/css/font-awesome.min.css" crossorigin="anonymous">
</head>
<body>
<div id="app"></div>
<script src="https://fengyuanchen.github.io/shared/google-analytics.js"></script>
<script src="https://fengyuanchen.github.io/shared/google-analytics.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="dist/main.js"></script></body>
</html>
54 changes: 53 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "photo-editor",
"description": "A photo editing application based on the Cropper.js",
"version": "1.1.3",
"version": "1.1.4",
"main": "index.html",
"scripts": {
"build": "webpack --mode production --env.production",
Expand Down Expand Up @@ -41,6 +41,7 @@
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-vue": "^5.2.3",
"html-webpack-plugin": "^3.2.0",
"postcss-cli": "^6.1.3",
"postcss-import": "^12.0.1",
Expand Down

0 comments on commit 04fecb2

Please sign in to comment.