From a7f2442f4d7e6efa5cc2812ce86d893914cabd31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 05:25:08 +0000 Subject: [PATCH] chore: release 2.0.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 5 +++-- 3 files changed, 12 insertions(+), 4 deletions(-) mode change 100755 => 100644 package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 7152e4d..97b8d9e 100644 --- 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). +### [2.0.2](https://www.github.com/oslllo/svg2/compare/v2.0.0...v2.0.2) (2022-07-16) + + +### Miscellaneous Chores + +* release 2.0.2 ([437c255](https://www.github.com/oslllo/svg2/commit/437c2555cf0456c2fd7651af4f0a1ba16c288896)) + ## [2.0.0](https://www.github.com/oslllo/svg2/compare/v1.0.0...v2.0.0) (2022-01-21) diff --git a/package-lock.json b/package-lock.json index 8b75a5a..182f729 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oslllo-svg2", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oslllo-svg2", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "@resvg/resvg-js": "^2.1.0", diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 73a2157..ff3ddb2 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-svg2", - "version": "2.0.1", + "version": "2.0.2", "description": "Convert a SVG to multiple image formats (without puppeteer or a headless browser)", "main": "src/index.js", "scripts": { @@ -29,7 +29,8 @@ "svg-to-element" ], "author": "Ghustavh Ehm ", - "contributors": [{ + "contributors": [ + { "name": "Ghustavh Ehm", "email": "Ghustavh97@gmail.com", "url": "https://github.com/Ghustavh97"