Skip to content

Commit 0663b77

Browse files
chore(main): release api 4.0.0 (#2095)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1e43a31 commit 0663b77

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

packages/api/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/nftstorage/nft.storage/compare/api-v3.0.1...api-v4.0.0) (2022-07-29)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rate-limit ucan auth requests (#2097)
9+
* rate limiting by ucan agent did (#2093)
10+
11+
### Features
12+
13+
* 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)
14+
* rate-limit ucan auth requests ([#2097](https://github.com/nftstorage/nft.storage/issues/2097)) ([1e43a31](https://github.com/nftstorage/nft.storage/commit/1e43a31d7a0d9ba96dda50bc492aca7352d42a17))
15+
16+
17+
### Bug Fixes
18+
19+
* fix error sourcemaps with wrangler ([#2094](https://github.com/nftstorage/nft.storage/issues/2094)) ([ae799be](https://github.com/nftstorage/nft.storage/commit/ae799be62faa524e2e86d03a45bd1ef84769bed2))
20+
321
## [3.0.1](https://github.com/nftstorage/nft.storage/compare/api-v3.0.0...api-v3.0.1) (2022-07-28)
422

523

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "NFT Storage API",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)