Skip to content

Commit

Permalink
chore(main): release api 2.22.0 (#1851)
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 Apr 28, 2022
1 parent 459c4c1 commit e031512
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [2.22.0](https://github.com/nftstorage/nft.storage/compare/api-v2.21.0...api-v2.22.0) (2022-04-28)


### Features

* add cargo metric statements and dummy data inserts for testing … ([#1835](https://github.com/nftstorage/nft.storage/issues/1835)) ([72480d6](https://github.com/nftstorage/nft.storage/commit/72480d6a9719308bf4a8a81c34764a51f5f58cfa))
* cargo schema migration ([#1856](https://github.com/nftstorage/nft.storage/issues/1856)) ([fe2ce9c](https://github.com/nftstorage/nft.storage/commit/fe2ce9c3b084687104ce51d1cd972b0b957c9cea))


### Bug Fixes

* single() on multiple rows ([#1861](https://github.com/nftstorage/nft.storage/issues/1861)) ([459c4c1](https://github.com/nftstorage/nft.storage/commit/459c4c1c7df47a9e9a181cda3acefaa826a44ae3))
* update db-types and add documentation ([#1619](https://github.com/nftstorage/nft.storage/issues/1619)) ([a3b28e2](https://github.com/nftstorage/nft.storage/commit/a3b28e2df4d09fd914a58e14fe362f4ec991279a))

## [2.21.0](https://github.com/nftstorage/nft.storage/compare/api-v2.20.0...api-v2.21.0) (2022-04-21)


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

0 comments on commit e031512

Please sign in to comment.