From 0652a54f4520be84bf0399b7cda6d1daea277dbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 13:32:13 +0000 Subject: [PATCH 1/2] chore: release 0.2.4 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) mode change 100755 => 100644 CHANGELOG.md mode change 100755 => 100644 package.json diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 index 9390fd5..1607f1a --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### [0.2.4](https://www.github.com/oslllo/svg2/compare/v0.2.3...v0.2.4) (2021-05-06) + + +### Miscellaneous Chores + +* release 0.2.4 ([1288793](https://www.github.com/oslllo/svg2/commit/12887938271b92f466bec2de7da94034685aa65b)) + ## [0.2.3] - 2021/4/1 ### Updated diff --git a/package-lock.json b/package-lock.json index 09242fc..02c147a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oslllo-svg2", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oslllo-svg2", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "dependencies": { "canvas": "^2.7.0", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index f3431e5..476a459 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-svg2", - "version": "0.2.3", + "version": "0.2.4", "description": "Convert a SVG to multiple image formats (without puppeteer or a headless browser)", "main": "src/index.js", "scripts": { From ed80644d45290d132a82857f6e74ab56c59dd515 Mon Sep 17 00:00:00 2001 From: Ghustavh Date: Thu, 6 May 2021 15:34:37 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1607f1a..94a4a47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Chores +* update dependencies * release 0.2.4 ([1288793](https://www.github.com/oslllo/svg2/commit/12887938271b92f466bec2de7da94034685aa65b)) ## [0.2.3] - 2021/4/1