From 8c7d33eda09b1cb1f25a3b0345a9f4f338a6b4a1 Mon Sep 17 00:00:00 2001 From: johnkenny54 <45182853+johnkenny54@users.noreply.github.com> Date: Sat, 2 Nov 2024 11:00:29 -0700 Subject: [PATCH] Change version to 5.6.1-alpha.1 (#75) --- 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 d2be836..8a3e8ff 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ /** Version of SVGO. */ -export const VERSION = '5.6.0'; +export const VERSION = '5.6.1-alpha.1'; diff --git a/package.json b/package.json index af7e066..3d7bebd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "packageManager": "yarn@3.8.2", "name": "svgo-ll", - "version": "5.6.0", + "version": "5.6.1-alpha.1", "description": "svgo-ll is a Node.js library and command-line application for optimizing SVG images.", "license": "MIT", "type": "module",