From ef0334093be259788110e1043fece99c4215009d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:22:49 +0000 Subject: [PATCH] chore(master): release 4.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c74a3..85969ed 100755 --- 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). +## [4.0.1](https://github.com/oslllo/svg-fixer/compare/v4.0.0...v4.0.1) (2024-03-27) + + +### Bug Fixes + +* security vulnerabilities ([81cc6ac](https://github.com/oslllo/svg-fixer/commit/81cc6ac7e1ba5a446aad6c4206872ee6c3ca8e8b)) + ## [4.0.0](https://github.com/oslllo/svg-fixer/compare/v3.0.0...v4.0.0) (2024-03-26) ### Breaking diff --git a/package-lock.json b/package-lock.json index ee6782b..3a6e4e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oslllo-svg-fixer", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oslllo-svg-fixer", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 0e31a82..197aa27 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-svg-fixer", - "version": "4.0.0", + "version": "4.0.1", "description": "Converts SVG Strokes To Fill.", "bin": "src/cli.js", "main": "src/index.js",