Skip to content

Commit 620313c

Browse files
chore(master): release 6.0.0
1 parent 8f17d1e commit 620313c

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [6.0.0](https://github.com/oslllo/svg-fixer/compare/v5.0.0...v6.0.0) (2025-12-22)
9+
10+
11+
### Features
12+
13+
* add fixString static method to SVGFixer ([254107b](https://github.com/oslllo/svg-fixer/commit/254107b9045b9619a70f37815a36d6e8b17581b7))
14+
15+
16+
### Bug Fixes
17+
18+
* **ci:** switch from npm ci to npm install ([2e7dbb3](https://github.com/oslllo/svg-fixer/commit/2e7dbb3d58b74f71d8e810820ca6b007a8e44d1c))
19+
* **security:** audit fix ([50940e8](https://github.com/oslllo/svg-fixer/commit/50940e8d87865708dfc6586b96bab9058f4c3f86))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* release 6.0.0 ([8f17d1e](https://github.com/oslllo/svg-fixer/commit/8f17d1ef5f0eb52cb45bbe3989a3c4d61a16d5a2))
25+
826
## [5.0.0](https://github.com/oslllo/svg-fixer/compare/v4.0.1...v5.0.0) (2024-07-21)
927

1028

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-svg-fixer",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "Converts SVG Strokes To Fill.",
55
"bin": "src/cli.js",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)