diff --git a/CHANGELOG.md b/CHANGELOG.md index 60ec4c40f..f0aea95ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.0](https://github.com/web3-storage/w3up-client/compare/v4.1.0...v4.2.0) (2023-02-15) + + +### Features + +* update to latest dependencies ([f4da59e](https://github.com/web3-storage/w3up-client/commit/f4da59ec10d8f7e96857998d34672d8848652445)) + ## [4.1.0](https://github.com/web3-storage/w3up-client/compare/v4.0.1...v4.1.0) (2023-01-11) diff --git a/package-lock.json b/package-lock.json index b12fea86f..74e40051d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web3-storage/w3up-client", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@web3-storage/w3up-client", - "version": "4.1.0", + "version": "4.2.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/dag-ucan": "^3.0.1", diff --git a/package.json b/package.json index daf41651b..7af086c58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "4.1.0", + "version": "4.2.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",