diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 46558ba..485a1a9 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/nftstorage/nftstorage.link/compare/website-v2.0.0...website-v2.0.1) (2023-01-02) + + +### Bug Fixes + +* api testing setup ([#206](https://github.com/nftstorage/nftstorage.link/issues/206)) ([0bd363e](https://github.com/nftstorage/nftstorage.link/commit/0bd363eaa0d66a3d4d747c8fb4ffff2b43458d7e)) + ## [2.0.0](https://github.com/nftstorage/nftstorage.link/compare/website-v1.2.1...website-v2.0.0) (2022-06-10) diff --git a/packages/website/package.json b/packages/website/package.json index 7cd738a..94470a7 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.0.0", + "version": "2.0.1", "description": "nftstorage.link website", "private": true, "license": "(Apache-2.0 OR MIT)",