Skip to content

Commit 1cdc82c

Browse files
authored
Merge pull request #38 from oslllo/release-please--branches--master--components--oslllo-svg2
chore(master): release 3.0.0
2 parents 3aa86de + e165198 commit 1cdc82c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.0](https://github.com/oslllo/svg2/compare/v2.0.2...v3.0.0) (2024-07-21)
9+
10+
11+
### Bug Fixes
12+
13+
* fix security vulnerabilities ([f6a46ac](https://github.com/oslllo/svg2/commit/f6a46ac709ba91fe45118acf16fda63102e03725))
14+
815
### [2.0.2](https://www.github.com/oslllo/svg2/compare/v2.0.0...v2.0.2) (2022-07-16)
916

1017

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oslllo-svg2",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Convert a SVG to multiple image formats (without puppeteer or a headless browser)",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)