From b6712e0a19881694194a785c1773cfae9f3522e8 Mon Sep 17 00:00:00 2001 From: Minttu Hurme Date: Tue, 25 Jul 2023 09:44:14 +0300 Subject: [PATCH] 3.0.1-alpha.1 --- 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 802ab2a..aff962c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@natlibfi/fixura", - "version": "3.0.0", + "version": "3.0.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@natlibfi/fixura", - "version": "3.0.0", + "version": "3.0.1-alpha.1", "license": "LGPL-3.0+", "dependencies": { "@babel/register": "^7.22.5" diff --git a/package.json b/package.json index 231a9ea..fae5db6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "git@github.com:natlibfi/fixura-js.git" }, "license": "LGPL-3.0+", - "version": "3.0.0", + "version": "3.0.1-alpha.1", "main": "dist/index.js", "engines": { "node": ">=18"