From 3e9245a8d7098c8b8c41ab17e6b90a7040946fd8 Mon Sep 17 00:00:00 2001 From: Minttu Hurme Date: Thu, 21 Dec 2023 19:16:48 +0200 Subject: [PATCH] 3.0.4 --- 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 79c6ba4..7f2cbf0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@natlibfi/fixura", - "version": "3.0.4-alpha.1", + "version": "3.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@natlibfi/fixura", - "version": "3.0.4-alpha.1", + "version": "3.0.4", "license": "LGPL-3.0+", "dependencies": { "@babel/register": "^7.22.15" diff --git a/package.json b/package.json index fbeb003..27e60cd 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.4-alpha.1", + "version": "3.0.4", "main": "dist/index.js", "engines": { "node": ">=18"