Skip to content

Commit 8da3744

Browse files
committed
update bower.json to 2.0.0
1 parent 5fda60e commit 8da3744

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

RELEASE.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Add a new draft release in GitHub.
44
- Describe the Release
55
- Update the CDN link in the README (@TODO: Automate?)
6+
- Update the version in `bower.json` (@TODO: Automate?)
67
- `npm version 2.x.y`
78
- git push origin v2.x.y
89
- git push origin master

bower.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "1.5.3",
3+
"version": "2.0.0",
44
"homepage": "https://github.com/mrrio/jspdf",
55
"description": "PDF Document creation from JavaScript",
66
"main": [
@@ -20,6 +20,7 @@
2020
"optionalDependencies": {
2121
"canvg": "^3.0.6",
2222
"core-js": "^3.6.0",
23+
"dompurify": "^2.0.12",
2324
"html2canvas": "^1.0.0-rc.5"
2425
},
2526
"devDependencies": {

0 commit comments

Comments
 (0)