Skip to content

Commit ffa3876

Browse files
authored
Merge pull request #21 from oslllo/release-v0.3.1
chore: release 0.3.1
2 parents 2054734 + 30dcc8a commit ffa3876

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+
### [0.3.1](https://www.github.com/oslllo/svg2/compare/v0.3.0...v0.3.1) (2021-09-05)
9+
10+
11+
### Bug Fixes
12+
13+
* vulnerabilities ([2054734](https://www.github.com/oslllo/svg2/commit/2054734c151f1373eee47ad9f951bd70237e3a5f))
14+
815
## [0.3.0](https://www.github.com/oslllo/svg2/compare/v0.2.4...v0.3.0) (2021-07-14)
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": "0.3.0",
3+
"version": "0.3.1",
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)