diff --git a/CHANGELOG.md b/CHANGELOG.md index bd834c090..085abaf8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 0.8.1 (8/23/2022) +* feat([FOROME-1416](https://quantori.atlassian.net/browse/FOROME-1416)): candidate set deletion ([c359b4b1](https://github.com/ForomePlatform/Anfisa-React-Client/commit/c359b4b1)) * fix([FOROME-1551](https://quantori.atlassian.net/browse/FOROME-1551)): progress bar progress ([c1d1d3df](https://github.com/ForomePlatform/Anfisa-React-Client/commit/c1d1d3df)) * fix([FOROME-1566](https://quantori.atlassian.net/browse/FOROME-1566)): duplicating widgets in DB ([752e3b9e](https://github.com/ForomePlatform/Anfisa-React-Client/commit/752e3b9e)) * fix([FOROME-1496](https://quantori.atlassian.net/browse/FOROME-1496)): DB saving favorites state ([51737a7a](https://github.com/ForomePlatform/Anfisa-React-Client/commit/51737a7a)) diff --git a/package.json b/package.json index 4613546d0..c11451ce6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anfisa-react-client", - "version": "0.8.27", + "version": "0.8.28", "private": true, "dependencies": { "@monaco-editor/react": "4.3.1",