Skip to content

Commit ec6c829

Browse files
authored
Merge pull request #42 from oslllo/release-please--branches--master--components--oslllo-svg2
chore(master): release 4.0.0
2 parents 2fd1adc + 0c02799 commit ec6c829

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [4.0.0](https://github.com/oslllo/svg2/compare/v3.0.0...v4.0.0) (2024-11-21)
9+
10+
11+
### Bug Fixes
12+
13+
* svg text not rendering ([#40](https://github.com/oslllo/svg2/issues/40)) ([5156584](https://github.com/oslllo/svg2/commit/515658496cbf413f006b98f771721fd3387ffbfe))
14+
* **temp:** failling test ([2fd1adc](https://github.com/oslllo/svg2/commit/2fd1adc33221b32d8c78522162ea38bc4b7fd678))
15+
816
## [3.0.0](https://github.com/oslllo/svg2/compare/v2.0.2...v3.0.0) (2024-07-21)
917

1018

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