diff --git a/CHANGELOG.md b/CHANGELOG.md index a28900dd..9b214b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.38.0](https://www.github.com/ethersphere/swarm-cli/compare/v2.37.0...v2.38.0) (2026-02-17) + + +### Features + +* update bee-js minor version to 10.2.x ([#664](https://www.github.com/ethersphere/swarm-cli/issues/664)) ([507c15a](https://www.github.com/ethersphere/swarm-cli/commit/507c15a742c34a0a510ff7000922fc4ed74f1e0a)) + + +### Bug Fixes + +* improve error handling to display API error messages with status… ([#670](https://www.github.com/ethersphere/swarm-cli/issues/670)) ([6fc0503](https://www.github.com/ethersphere/swarm-cli/commit/6fc05034a6296b7664b911e307705a7c7a51d347)) + ## [2.37.0](https://www.github.com/ethersphere/swarm-cli/compare/v2.36.1...v2.37.0) (2025-12-17) diff --git a/package-lock.json b/package-lock.json index 8379cf34..35d55d7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@ethersphere/swarm-cli", - "version": "2.37.0", + "version": "2.38.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 25a9f34c..b084d24b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ethersphere/swarm-cli", - "version": "2.37.0", + "version": "2.38.0", "description": "CLI tool for Bee", "keywords": [ "Bee",