From 1d799448abb9fa3cd50ce3c7373964e9bf829af2 Mon Sep 17 00:00:00 2001 From: Minttu Hurme Date: Thu, 10 Oct 2024 11:21:20 +0300 Subject: [PATCH] 6.0.15 --- 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 2d7ecb2..6c3502a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@natlibfi/sru-client", - "version": "6.0.15-alpha.1", + "version": "6.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@natlibfi/sru-client", - "version": "6.0.15-alpha.1", + "version": "6.0.15", "license": "MIT", "dependencies": { "debug": "^4.3.7", diff --git a/package.json b/package.json index a035940..6acf66a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "git@github.com:natlibfi/sru-client-js.git" }, "license": "MIT", - "version": "6.0.15-alpha.1", + "version": "6.0.15", "main": "dist/index.js", "engines": { "node": ">=18"