Skip to content

Commit

Permalink
chore: release api 2.6.0 (#575)
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 Oct 11, 2021
1 parent 391a9e5 commit d3e7aa2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.6.0](https://www.github.com/ipfs-shipyard/nft.storage/compare/api-v2.5.0...api-v2.6.0) (2021-10-11)


### Features

* migration events in postgres ([#554](https://www.github.com/ipfs-shipyard/nft.storage/issues/554)) ([391a9e5](https://www.github.com/ipfs-shipyard/nft.storage/commit/391a9e54d7b8d523364f61d3cc6c688354b23d53))


### Bug Fixes

* set range on metrics queries ([#572](https://www.github.com/ipfs-shipyard/nft.storage/issues/572)) ([08ef4de](https://www.github.com/ipfs-shipyard/nft.storage/commit/08ef4dec7524dd5bf8cdb290c7e61e9e52ea787d))

## [2.5.0](https://www.github.com/ipfs-shipyard/nft.storage/compare/api-v2.4.0...api-v2.5.0) (2021-10-08)


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

0 comments on commit d3e7aa2

Please sign in to comment.