diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b8d9e..2f35be7 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). +## [3.0.0](https://github.com/oslllo/svg2/compare/v2.0.2...v3.0.0) (2024-07-21) + + +### Bug Fixes + +* fix security vulnerabilities ([f6a46ac](https://github.com/oslllo/svg2/commit/f6a46ac709ba91fe45118acf16fda63102e03725)) + ### [2.0.2](https://www.github.com/oslllo/svg2/compare/v2.0.0...v2.0.2) (2022-07-16) diff --git a/package-lock.json b/package-lock.json index 4c8d6ef..4a5e366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "oslllo-svg2", - "version": "2.0.2", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "oslllo-svg2", - "version": "2.0.2", + "version": "3.0.0", "license": "MIT", "dependencies": { "@resvg/resvg-js": "^2.1.0", diff --git a/package.json b/package.json index e2c36a6..b71ef89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oslllo-svg2", - "version": "2.0.2", + "version": "3.0.0", "description": "Convert a SVG to multiple image formats (without puppeteer or a headless browser)", "main": "src/index.js", "scripts": {