diff --git a/CHANGELOG.md b/CHANGELOG.md index 7feb133d..176b81ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.6.3](https://github.com/debionetwork/debio-customer-ui/compare/2.6.2...2.6.3) (2024-01-17) + + +### Bug Fixes + +* add chunks progress in download dialog ([#940](https://github.com/debionetwork/debio-customer-ui/issues/940)) ([8c4148c](https://github.com/debionetwork/debio-customer-ui/commit/8c4148c358b755a8d281e45ba54e4013c7c0278e)) +* chunks progress in download ([#945](https://github.com/debionetwork/debio-customer-ui/issues/945)) ([bbfe0e1](https://github.com/debionetwork/debio-customer-ui/commit/bbfe0e1e70f8348b07c6cdd92348e3691b13e3c0)) + ## [2.6.2](https://github.com/debionetwork/debio-customer-ui/compare/2.6.1...2.6.2) (2023-12-18) diff --git a/package-lock.json b/package-lock.json index 80661c6a..799b6b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "debio-customer-ui", - "version": "2.6.2", + "version": "2.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "debio-customer-ui", - "version": "2.6.2", + "version": "2.6.3", "license": "AGPL-3.0", "dependencies": { "@babel/runtime": "^7.12.5", diff --git a/package.json b/package.json index cb78e6ec..b059c6a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "debio-customer-ui", - "version": "2.6.2", + "version": "2.6.3", "private": true, "license": "AGPL-3.0", "author": "DeBio Dev Team ",