We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fda60e commit 8da3744Copy full SHA for 8da3744
RELEASE.md
@@ -3,6 +3,7 @@
3
- Add a new draft release in GitHub.
4
- Describe the Release
5
- Update the CDN link in the README (@TODO: Automate?)
6
+- Update the version in `bower.json` (@TODO: Automate?)
7
- `npm version 2.x.y`
8
- git push origin v2.x.y
9
- git push origin master
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jspdf",
- "version": "1.5.3",
+ "version": "2.0.0",
"homepage": "https://github.com/mrrio/jspdf",
"description": "PDF Document creation from JavaScript",
"main": [
@@ -20,6 +20,7 @@
20
"optionalDependencies": {
21
"canvg": "^3.0.6",
22
"core-js": "^3.6.0",
23
+ "dompurify": "^2.0.12",
24
"html2canvas": "^1.0.0-rc.5"
25
},
26
"devDependencies": {
0 commit comments