diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f2212aed..d64cb1a3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.67.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.67.0) +* Notable changes for users: + * Added horizontal lines in front of axis ticks + * Weekly data size graph is now available in statistics page + * Mean run duration graph is now available in statistics page + * Fixed popover misbehaving when cursor moves from child element to parent element + ## [0.66.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.66.0) * Notable changes for users: * An endpoint has been added to fetch all the logs for a given LHC fill diff --git a/package-lock.json b/package-lock.json index b7048a9902..dd4ab4fb92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.66.0", + "version": "0.67.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@aliceo2/bookkeeping", - "version": "0.66.0", + "version": "0.67.0", "bundleDependencies": [ "@aliceo2/web-ui", "cls-hooked", diff --git a/package.json b/package.json index 54487cd963..6e9d3482dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@aliceo2/bookkeeping", - "version": "0.66.0", + "version": "0.67.0", "author": "ALICEO2", "scripts": { "coverage": "nyc npm test && npm run coverage:report",