From c7eee27811b18b9e19b96cd4de9e818d9a079a67 Mon Sep 17 00:00:00 2001 From: johnkenny54 <45182853+johnkenny54@users.noreply.github.com> Date: Fri, 20 Sep 2024 07:58:59 -0700 Subject: [PATCH] Change version to 5.1.0. (#9) --- 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 745194e..a37d15e 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1,2 +1,2 @@ /** Version of SVGO. */ -export const VERSION = '5.0.1-alpha.1'; +export const VERSION = '5.1.0'; diff --git a/package.json b/package.json index 3f13c0a..60f3081 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "packageManager": "yarn@3.8.2", "name": "svgo-ll", - "version": "5.0.1-alpha.1", + "version": "5.1.0", "description": "svgo-ll is a Node.js library and command-line application for optimizing SVG images.", "license": "MIT", "type": "module",