Skip to content

Commit

Permalink
Merge pull request #111 from oslllo/release-please--branches--master-…
Browse files Browse the repository at this point in the history
…-components--oslllo-svg-fixer

chore(master): release 5.0.0
  • Loading branch information
Ghustavh97 authored Jul 21, 2024
2 parents 1643210 + cf2a714 commit 8c63747
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.0.0](https://github.com/oslllo/svg-fixer/compare/v4.0.1...v5.0.0) (2024-07-21)


### Breaking Changes

* Breaking changes will only affect users on node 21.x, as the security fixes will throw a deprication warning that might
cause the fixer to exit if you are using it in a cli. See https://github.com/yarnpkg/yarn/issues/9005 for more details.

### Bug Fixes

* security vulnerabilities ([0ade74b](https://github.com/oslllo/svg-fixer/commit/0ade74b4813387c5af448da815ed5f9e667f1c16))

## [4.0.1](https://github.com/oslllo/svg-fixer/compare/v4.0.0...v4.0.1) (2024-03-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oslllo-svg-fixer",
"version": "4.0.1",
"version": "5.0.0",
"description": "Converts SVG Strokes To Fill.",
"bin": "src/cli.js",
"main": "src/index.js",
Expand Down

0 comments on commit 8c63747

Please sign in to comment.