diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 2ff52e9..deda2f7 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.1](https://github.com/nftstorage/nftstorage.link/compare/api-v1.1.0...api-v1.1.1) (2022-06-01) + + +### Bug Fixes + +* upgrade wrangler ([#128](https://github.com/nftstorage/nftstorage.link/issues/128)) ([1b11044](https://github.com/nftstorage/nftstorage.link/commit/1b11044b00f40a32126a2a1d04fc27ab929bd412)) + ## [1.1.0](https://github.com/nftstorage/nftstorage.link/compare/api-v1.0.0...api-v1.1.0) (2022-05-28) diff --git a/packages/api/package.json b/packages/api/package.json index dd9a0c6..8d44dc1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "1.1.0", + "version": "1.1.1", "description": "API for nftstorage.link IPFS edge gateway", "private": true, "type": "module",