From 592ad1a8f1ff1b1ba8bdb3bda5ebbdbf9ed0b9e7 Mon Sep 17 00:00:00 2001 From: Minttu Hurme Date: Thu, 25 Jan 2024 18:03:55 +0200 Subject: [PATCH] 7.0.2 --- 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 fc21c51..4aa7095 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@natlibfi/marc-record-merge", - "version": "7.0.2-alpha.2", + "version": "7.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@natlibfi/marc-record-merge", - "version": "7.0.2-alpha.2", + "version": "7.0.2", "license": "MIT", "dependencies": { "@natlibfi/marc-record": "^8.1.0", diff --git a/package.json b/package.json index 0862407..a357a3f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "git@github.com:natlibfi/marc-record-merge-js.git" }, "license": "MIT", - "version": "7.0.2-alpha.2", + "version": "7.0.2", "main": "./dist/index.js", "engines": { "node": ">=18"