1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-25 18:41:39 +03:00

chore: increment version to 4.0.0-rc.4 (#2125)

This commit is contained in:
Seth Falco
2025-05-06 08:46:10 +01:00
committed by GitHub
parent 1deb4a742a
commit 11bbb84f1d
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@
* @type {string}
* @since 4.0.0
*/
export const VERSION = '4.0.0-rc.3';
export const VERSION = '4.0.0-rc.4';

View File

@@ -1,7 +1,7 @@
{
"packageManager": "yarn@3.8.7",
"name": "svgo",
"version": "4.0.0-rc.3",
"version": "4.0.0-rc.4",
"description": "SVGO is a Node.js library and command-line application for optimizing vector images.",
"license": "MIT",
"type": "module",