Skip to content

Commit 71e1f05

Browse files
authored
chore: prepare v4 stable release (#2143)
I plan to do the stable release for SVGO v4 today! 💪(•ᴗ•💪)
1 parent 4078c13 commit 71e1f05

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.5';
7+
export const VERSION = '4.0.0';

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.5",
4+
"version": "4.0.0",
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)