From 9b5769aa40e60425806b3012c76a586dd8296ce0 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Wed, 31 Jan 2024 15:35:46 +0100 Subject: [PATCH] 18.0.0 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c46bc5e2..01e2825e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@filecoin-station/core", - "version": "17.0.3", + "version": "18.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@filecoin-station/core", - "version": "17.0.3", + "version": "18.0.0", "hasInstallScript": true, "license": "(Apache-2.0 AND MIT)", "dependencies": { diff --git a/package.json b/package.json index dfa87a3a..5072f2c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@filecoin-station/core", - "version": "17.0.3", + "version": "18.0.0", "description": "Filecoin Station Core", "license": "(Apache-2.0 AND MIT)", "repository": "filecoin-station/core", @@ -54,5 +54,5 @@ "unzip-stream": "^0.3.1", "yargs": "^17.7.1" }, - "sentryEnvironment": "development" + "sentryEnvironment": "production" }