From 56af405c80a20411058a4b3ed3056164ec537c41 Mon Sep 17 00:00:00 2001 From: Minttu Hurme Date: Fri, 5 Jul 2024 13:25:07 +0300 Subject: [PATCH] 3.0.7 --- 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 8f3a015..796a7c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@natlibfi/fixura", - "version": "3.0.7-alpha.1", + "version": "3.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@natlibfi/fixura", - "version": "3.0.7-alpha.1", + "version": "3.0.7", "license": "MIT", "dependencies": { "@babel/register": "^7.24.6" diff --git a/package.json b/package.json index 9772603..7ab9fb6 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "git@github.com:natlibfi/fixura-js.git" }, "license": "MIT", - "version": "3.0.7-alpha.1", + "version": "3.0.7", "main": "dist/index.js", "engines": { "node": ">=18"