Skip to content

Commit 1deb4a7

Browse files
authored
chore: increment version to 4.0.0-rc.3 (#2124)
1 parent eabc29d commit 1deb4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* @type {string}
55
* @since 4.0.0
66
*/
7-
export const VERSION = '4.0.0-rc.2';
7+
export const VERSION = '4.0.0-rc.3';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packageManager": "[email protected]",
33
"name": "svgo",
4-
"version": "4.0.0-rc.2",
4+
"version": "4.0.0-rc.3",
55
"description": "SVGO is a Node.js library and command-line application for optimizing vector images.",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)