Skip to content

Commit

Permalink
Release 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed May 29, 2022
1 parent 812ea66 commit ebd2ad6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.6.2, 2022.05.29

* Add convert-svg-to-webp package [812ea66](https://github.com/neocotic/convert-svg/commit/812ea6673b0a478c47f877d2be7afdc412669690)
* Strip onload attribute from SVG input [#81](https://github.com/neocotic/convert-svg/issues/81) [7e6031a](https://github.com/neocotic/convert-svg/commit/7e6031ac7427cf82cf312cb4a25040f2e6efe7a5)

## Version 0.6.1, 2022.04.29

* Bump cheerio dependency to latest v1 RC avoid vulnerable dependency
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "0.6.1",
"version": "0.6.2",
"packages": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/convert-svg-core/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/convert-svg-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-core",
"version": "0.6.1",
"version": "0.6.2",
"description": "Supports converting SVG into another format using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/convert-svg-test-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-test-helper",
"version": "0.6.1",
"version": "0.6.2",
"description": "Helper for testing convert-svg-core implementations",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down
6 changes: 3 additions & 3 deletions packages/convert-svg-to-jpeg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-to-jpeg",
"version": "0.6.1",
"version": "0.6.2",
"description": "Converts SVG to JPEG using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"directory": "packages/convert-svg-to-jpeg"
},
"dependencies": {
"convert-svg-core": "^0.6.1"
"convert-svg-core": "^0.6.2"
},
"devDependencies": {
"convert-svg-test-helper": "^0.6.1",
"convert-svg-test-helper": "^0.6.2",
"mocha": "^9.2.2"
},
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/convert-svg-to-png/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-to-png",
"version": "0.6.1",
"version": "0.6.2",
"description": "Converts SVG to PNG using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"directory": "packages/convert-svg-to-png"
},
"dependencies": {
"convert-svg-core": "^0.6.1"
"convert-svg-core": "^0.6.2"
},
"devDependencies": {
"convert-svg-test-helper": "^0.6.1",
"convert-svg-test-helper": "^0.6.2",
"mocha": "^9.2.2"
},
"bin": {
Expand Down
6 changes: 3 additions & 3 deletions packages/convert-svg-to-webp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-svg-to-webp",
"version": "0.6.1",
"version": "0.6.2",
"description": "Converts SVG to WEBP using headless Chromium",
"homepage": "https://github.com/neocotic/convert-svg",
"bugs": {
Expand Down Expand Up @@ -35,10 +35,10 @@
"directory": "packages/convert-svg-to-webp"
},
"dependencies": {
"convert-svg-core": "^0.6.1"
"convert-svg-core": "^0.6.2"
},
"devDependencies": {
"convert-svg-test-helper": "^0.6.1",
"convert-svg-test-helper": "^0.6.2",
"mocha": "^9.2.2"
},
"bin": {
Expand Down

0 comments on commit ebd2ad6

Please sign in to comment.