diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 index 9390fd5..94a4a47 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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 + +* update dependencies +* 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": {