html-to-image
Advanced tools
Comparing version 1.3.19 to 1.3.20
@@ -0,1 +1,8 @@ | ||
## [1.3.20](https://github.com/bubkoo/html-to-image/compare/v1.3.19...v1.3.20) (2020-10-28) | ||
### Bug Fixes | ||
* 🐛 auto install semantic-release-config ([aff7edc](https://github.com/bubkoo/html-to-image/commit/aff7edce1b3df1822d455d17a9c28ae8768eca9e)) | ||
## [1.3.19](https://github.com/bubkoo/html-to-image/compare/v1.3.18...v1.3.19) (2020-10-28) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "html-to-image", | ||
"version": "1.3.19", | ||
"version": "1.3.20", | ||
"description": "Generates an image from a DOM node using HTML5 canvas and SVG.", | ||
@@ -110,19 +110,3 @@ "main": "lib/index.js", | ||
"release": { | ||
"dryRun": false, | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/github", | ||
[ | ||
"@semantic-release/git", | ||
{ | ||
"assets": [ | ||
"CHANGELOG.md", | ||
"package.json" | ||
] | ||
} | ||
] | ||
] | ||
"extends": "@bubkoo/semantic-release-config" | ||
}, | ||
@@ -129,0 +113,0 @@ "repository": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164168