From 3b7ef0f3ee462520b71dd63d10f632615545d088 Mon Sep 17 00:00:00 2001 From: Darius Date: Wed, 4 Feb 2026 21:52:35 +0100 Subject: [PATCH] 1.5.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 989b6b0..87544d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dpu/shared", - "version": "1.4.1", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@dpu/shared", - "version": "1.4.1", + "version": "1.5.0", "dependencies": { "axios": "^1.7.9", "chalk": "^5.6.2", diff --git a/package.json b/package.json index b26b269..cc7a600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dpu/shared", - "version": "1.4.1", + "version": "1.5.0", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts",