From 47bba32fb88c26f27b4a97059fe2282452ad6780 Mon Sep 17 00:00:00 2001 From: George Raduta Date: Wed, 5 Aug 2026 11:12:57 +0200 Subject: [PATCH 1/2] Bump version --- lib/database/index.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/database/index.js b/lib/database/index.js index 627efff15f..77e55de032 100644 --- a/lib/database/index.js +++ b/lib/database/index.js @@ -11,7 +11,7 @@ * or submit itself to any jurisdiction. */ -const cls = require('cls-hooked'); +const cls = require('cls-hooked'); // const path = require('path'); const { Sequelize } = require('sequelize'); const { Umzug, SequelizeStorage, memoryStorage } = require('umzug'); diff --git a/package-lock.json b/package-lock.json index 5683def710..bf3f675ece 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "1.19.0", + "version": "1.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "1.19.0", + "version": "1.20.0", "bundleDependencies": [ "@aliceo2/web-ui", "@grpc/grpc-js", diff --git a/package.json b/package.json index 8feb8eb858..d69c5f7c8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "1.19.0", + "version": "1.20.0", "author": "ALICEO2", "repository": { "type": "git", From e12c77880c3f333726c68a37bdb46fe2a060d333 Mon Sep 17 00:00:00 2001 From: George Raduta Date: Wed, 5 Aug 2026 11:14:02 +0200 Subject: [PATCH 2/2] Remove unwanted commit --- lib/database/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/database/index.js b/lib/database/index.js index 77e55de032..627efff15f 100644 --- a/lib/database/index.js +++ b/lib/database/index.js @@ -11,7 +11,7 @@ * or submit itself to any jurisdiction. */ -const cls = require('cls-hooked'); // +const cls = require('cls-hooked'); const path = require('path'); const { Sequelize } = require('sequelize'); const { Umzug, SequelizeStorage, memoryStorage } = require('umzug');