Skip to content

Commit 4078c13

Browse files
authored
chore: increment version to v4.0.0-rc.5 (#2142)
1 parent cb3eea8 commit 4078c13

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packageManager": "yarn@3.8.7",
33
"name": "svgo",
4-
"version": "4.0.0-rc.4",
4+
"version": "4.0.0-rc.5",
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)