diff --git a/CHANGELOG.md b/CHANGELOG.md index 709f1200..67ffa7ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.13.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.12.0...v0.13.0) (2023-10-03) + + +### Features + +* data uploading progress ([#266](https://github.com/fairDataSociety/fdp-storage/issues/266)) ([ccac6d5](https://github.com/fairDataSociety/fdp-storage/commit/ccac6d5f9b19190f4173e7ff61f4eeeec5fbb8aa)) + + +### Bug Fixes + +* username availability error text ([#263](https://github.com/fairDataSociety/fdp-storage/issues/263)) ([d104a8e](https://github.com/fairDataSociety/fdp-storage/commit/d104a8e73fdfe3ec1d6eb6abfd94f65c8ca7854c)) + ## [0.12.0](https://github.com/fairDataSociety/fdp-storage/compare/v0.11.0...v0.12.0) (2023-09-11) diff --git a/package-lock.json b/package-lock.json index fb875fc6..ef6b95b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.12.0", + "version": "0.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@fairdatasociety/fdp-storage", - "version": "0.12.0", + "version": "0.13.0", "license": "BSD-3-Clause", "dependencies": { "@ethersphere/bee-js": "^6.2.0", diff --git a/package.json b/package.json index f4a49fce..e06a9231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fairdatasociety/fdp-storage", - "version": "0.12.0", + "version": "0.13.0", "description": "Typescript implementation of FairOS-dfs", "keywords": [ "fairdata",