Skip to content

Commit

Permalink
Bump to v2.1.4 and update Webpack to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito committed Mar 23, 2021
1 parent 766636b commit e4e70c2
Show file tree
Hide file tree
Showing 4 changed files with 591 additions and 2,126 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## Ver. 2.1.4

- Updated Webpack to v5.

## Ver. 2.1.3

- Fixed vulnerabilities in dependencies.
Expand Down
11 changes: 1 addition & 10 deletions dist/awesome-qr.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "awesome-qr",
"version": "2.1.3-rc.0",
"version": "2.1.4-rc.0",
"description": "An awesome but simple QR code generator written in JavaScript.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -35,9 +35,9 @@
"mocha": "^8.3.0",
"qrcode-reader": "^1.0.4",
"tmp": "^0.2.1",
"ts-loader": "^7.0.5",
"ts-loader": "^8.0.18",
"typescript": "^3.9.6",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0"
}
}

0 comments on commit e4e70c2

Please sign in to comment.