Skip to content

Commit

Permalink
chore(main): release api 2.17.0 (#1575)
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] authored Mar 8, 2022
1 parent b0388da commit f5a472b
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

## [2.17.0](https://github.com/nftstorage/nft.storage/compare/api-v2.16.0...api-v2.17.0) (2022-03-08)


### Features

* ucan support ([#1555](https://github.com/nftstorage/nft.storage/issues/1555)) ([b0388da](https://github.com/nftstorage/nft.storage/commit/b0388da852f5843b75d1a170949eb2bea791296e))


### Bug Fixes

* infra package grants for stats metrics ([#1578](https://github.com/nftstorage/nft.storage/issues/1578)) ([f06883e](https://github.com/nftstorage/nft.storage/commit/f06883e4b896a81f71e31404f4595e763e0d4f3f))
* metrics cron permissions and increase timeout ([#1574](https://github.com/nftstorage/nft.storage/issues/1574)) ([ca4411a](https://github.com/nftstorage/nft.storage/commit/ca4411a0bc3283d97fcb7069780b41bd9fee30bb))


### Performance Improvements

* metrics max concurrent queries and adds inserted at index to upload ([#1576](https://github.com/nftstorage/nft.storage/issues/1576)) ([4645d15](https://github.com/nftstorage/nft.storage/commit/4645d1594ec93eefee2d2d8f783b6ff5be5cfd8e))

## [2.16.0](https://github.com/nftstorage/nft.storage/compare/api-v2.15.2...api-v2.16.0) (2022-03-07)


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": "2.16.0",
"version": "2.17.0",
"description": "NFT Storage API",
"private": true,
"type": "module",
Expand Down

0 comments on commit f5a472b

Please sign in to comment.