Skip to content

Commit 8108eaf

Browse files
authored
Merge pull request #29 from oslllo/release-v2.0.0
chore: release 2.0.0
2 parents 4c746e0 + 5165d20 commit 8108eaf

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

100755100644
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
## [2.0.0](https://www.github.com/oslllo/svg2/compare/v1.0.0...v2.0.0) (2022-01-21)
9+
10+
11+
This version did not break the api so upgrading from `< v0.3.1` without any changes should be fine. The reason for the major version change is just in case something did break.
12+
13+
### Refactored
14+
15+
- migrate from svg2png-wasm to @resvg/resvg-js for better performance ([#27](https://github.com/oslllo/svg2/pull/27))
16+
17+
818
## [1.0.0](https://www.github.com/oslllo/svg2/compare/v0.3.1...v1.0.0) (2022-01-12)
919

1020
This version did not break the api so upgrading from `< v0.3.1` without any changes should be fine. The reason for the major version change is just in case something did break.

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": "1.0.0",
3+
"version": "2.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)