Skip to content

Commit

Permalink
Add release notes (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
graduta authored Dec 2, 2021
1 parent 5585651 commit 6495312
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.18.0]
* Updates dependencies versions to avoid security flaws
* Updates Dockerfile and fixes lint issues
* Allow users to insert replies to logs without having to specify a title
* Updates Run Details page to make use of the unused space and display logs for the run by default
* Updates Tag Details page to show logs for the tag by default
* Run Filters will inform users if there are no tags created
* Fixes a bug in which updating the tags of a run would hide the logs for the run

## [0.17.12]
* Added run filter to run-overview table [#433]https://github.com/AliceO2Group/Bookkeeping/pull/433
* Changed verification of Title [#432]https://github.com/AliceO2Group/Bookkeeping/pull/432
Expand Down
2 changes: 1 addition & 1 deletion lib/public/views/About/Overview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import table from '../../../components/Table/index.js';
const aboutOverview = (model) => {
const data = [
{ type: 'Bookkeeping', version: '1', hostname: 'localhost', port: '4000' },
{ type: 'NPM', version: '0.17.12', hostname: '', port: '' },
{ type: 'NPM', version: '0.18.0', hostname: '', port: '' },
];

const aboutColumns = {
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.17.12",
"version": "0.18.0",
"author": "CERN",
"license": "GPL-3.0",
"scripts": {
Expand Down

0 comments on commit 6495312

Please sign in to comment.