We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3eea8 commit 4078c13Copy full SHA for 4078c13
lib/version.js
@@ -4,4 +4,4 @@
4
* @type {string}
5
* @since 4.0.0
6
*/
7
-export const VERSION = '4.0.0-rc.4';
+export const VERSION = '4.0.0-rc.5';
package.json
@@ -1,7 +1,7 @@
1
{
2
"packageManager": "yarn@3.8.7",
3
"name": "svgo",
- "version": "4.0.0-rc.4",
+ "version": "4.0.0-rc.5",
"description": "SVGO is a Node.js library and command-line application for optimizing vector images.",
"license": "MIT",
"type": "module",
0 commit comments