Skip to content

Commit

Permalink
chore(main): release api 4.0.0 (#2095)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 29, 2022
1 parent 1e43a31 commit 0663b77
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [4.0.0](https://github.com/nftstorage/nft.storage/compare/api-v3.0.1...api-v4.0.0) (2022-07-29)


### ⚠ BREAKING CHANGES

* rate-limit ucan auth requests (#2097)
* rate limiting by ucan agent did (#2093)

### Features

* rate limiting by ucan agent did ([#2093](https://github.com/nftstorage/nft.storage/issues/2093)) ([b29d3d5](https://github.com/nftstorage/nft.storage/commit/b29d3d5a431f4775fabd147bc66353956511e8f9)), closes [#2092](https://github.com/nftstorage/nft.storage/issues/2092)
* rate-limit ucan auth requests ([#2097](https://github.com/nftstorage/nft.storage/issues/2097)) ([1e43a31](https://github.com/nftstorage/nft.storage/commit/1e43a31d7a0d9ba96dda50bc492aca7352d42a17))


### Bug Fixes

* fix error sourcemaps with wrangler ([#2094](https://github.com/nftstorage/nft.storage/issues/2094)) ([ae799be](https://github.com/nftstorage/nft.storage/commit/ae799be62faa524e2e86d03a45bd1ef84769bed2))

## [3.0.1](https://github.com/nftstorage/nft.storage/compare/api-v3.0.0...api-v3.0.1) (2022-07-28)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "3.0.1",
"version": "4.0.0",
"description": "NFT Storage API",
"private": true,
"type": "module",
Expand Down

0 comments on commit 0663b77

Please sign in to comment.