diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a7ec7733..9a172c33a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.78.1](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.78.1) +* Notable change for developers: + * All dependencies has been added to the bundle dependencies + ## [0.78.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.78.0) * Notable changes for users: * Physics runs filter toggle has a more consistent behavior: diff --git a/package-lock.json b/package-lock.json index 264a22ca0b..8c431f5cdb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.78.0", + "version": "0.78.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.78.0", + "version": "0.78.1", "bundleDependencies": [ "@aliceo2/web-ui", "cls-hooked", diff --git a/package.json b/package.json index 2d4e273c27..f75fe3ad1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.78.0", + "version": "0.78.1", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",