diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 1bc25197c2..de6946e8ce 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [6.0.1](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.0.0...nft.storage-v6.0.1) (2022-02-21) + + +### Bug Fixes + +* link to main branch from generated client docs ([#1430](https://github.com/nftstorage/nft.storage/issues/1430)) ([b0a1f8e](https://github.com/nftstorage/nft.storage/commit/b0a1f8e8f0a9f551e933dee1dc3c67a61aa8444a)) +* update ipfs car and client ([#1373](https://github.com/nftstorage/nft.storage/issues/1373)) ([2b61549](https://github.com/nftstorage/nft.storage/commit/2b61549f4f31684a6afca28c9f7ed39dc076ada2)) + ## [6.0.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v5.2.1...nft.storage-v6.0.0) (2022-02-09) diff --git a/packages/client/package.json b/packages/client/package.json index 81c77efa69..3079ee5ba8 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "nft.storage", - "version": "6.0.0", + "version": "6.0.1", "description": "A client library for the https://nft.storage/ service. It provides a convenient interface for working with the HTTP API from a web browser or Node.js", "license": "(Apache-2.0 OR MIT)", "type": "module",