From 11bbb84f1db12fb656efe7147060dc888dd77270 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Tue, 6 May 2025 08:46:10 +0100 Subject: [PATCH] chore: increment version to 4.0.0-rc.4 (#2125) --- lib/version.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.js b/lib/version.js index 8da9c0ce..c0f902e8 100644 --- a/lib/version.js +++ b/lib/version.js @@ -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'; diff --git a/package.json b/package.json index c1af4d52..fa87e371 100644 --- a/package.json +++ b/package.json @@ -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",