Skip to content

Commit 069bf25

Browse files
authored
Merge pull request #26 from oslllo/release-v1.0.0
chore: release 1.0.0
2 parents 45c30f6 + 38b3322 commit 069bf25

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [1.0.0](https://www.github.com/oslllo/svg2/compare/v0.3.1...v1.0.0) (2022-01-12)
9+
10+
11+
### Bug Fixes
12+
13+
* **pkg:** switch to svg2png-wasm-node-10 for node 10+ support ([47bce23](https://www.github.com/oslllo/svg2/commit/47bce23d974c0d957119c28738a1c92a1c7a2541))
14+
* **test:** resolve wasm ([72d7bf4](https://www.github.com/oslllo/svg2/commit/72d7bf4d7683a470249a4ec71dee9747b3b8e3aa))
15+
16+
17+
### Miscellaneous Chores
18+
19+
* release 1.0.0 ([45c30f6](https://www.github.com/oslllo/svg2/commit/45c30f60bcc2d67d003c95de4a681b7d9fd09947))
20+
821
### [0.3.1](https://www.github.com/oslllo/svg2/compare/v0.3.0...v0.3.1) (2021-09-05)
922

1023

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

100755100644
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oslllo-svg2",
3-
"version": "0.3.1",
3+
"version": "1.0.0",
44
"description": "Convert a SVG to multiple image formats (without puppeteer or a headless browser)",
55
"main": "src/index.js",
66
"scripts": {
@@ -29,7 +29,8 @@
2929
"svg-to-element"
3030
],
3131
"author": "Ghustavh Ehm <https://github.com/Ghustavh97>",
32-
"contributors": [{
32+
"contributors": [
33+
{
3334
"name": "Ghustavh Ehm",
3435
"email": "Ghustavh97@gmail.com",
3536
"url": "https://github.com/Ghustavh97"

0 commit comments

Comments
 (0)