Skip to content

Commit

Permalink
release/0.92.0 (#1618)
Browse files Browse the repository at this point in the history
* Bump npm version
* Adds changelog
  • Loading branch information
graduta authored Jun 20, 2024
1 parent 7de8b33 commit 396c07b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.92.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.92.0)
* Notable changes for users:
* Adds 2 decimals display to plots of LHC Fills statistics
* Notable changes for developers:
* Adds new C++ pipe for creating qc flags for detector and pass
* Does not crash bookkeeping if kafka fails

## [0.91.0](https://github.com/AliceO2Group/Bookkeeping/releases/tag/%40aliceo2%2Fbookkeeping%400.91.0)
* Notable changes for users:
* Added a new tab in runs details to display trigger counters table
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aliceo2/bookkeeping",
"version": "0.91.0",
"version": "0.92.0",
"author": "ALICEO2",
"scripts": {
"coverage": "nyc npm test && npm run coverage:report",
Expand Down

0 comments on commit 396c07b

Please sign in to comment.