Skip to content

Commit

Permalink
chore: release api 2.13.0 (#1071)
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 Jan 13, 2022
1 parent 74d5122 commit 04ca6d9
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.13.0](https://www.github.com/nftstorage/nft.storage/compare/api-v2.12.2...api-v2.13.0) (2022-01-13)


### Features

* **api:** add mintingAgent tag to metaplex token ([#948](https://www.github.com/nftstorage/nft.storage/issues/948)) ([74d5122](https://www.github.com/nftstorage/nft.storage/commit/74d5122183900e3cf60303f39a59f6a82ba299c9))


### Bug Fixes

* cleanup unused kv namespaces from wrangler config ([#1066](https://www.github.com/nftstorage/nft.storage/issues/1066)) ([fcd5f27](https://www.github.com/nftstorage/nft.storage/commit/fcd5f274f6a0417bb25da7112ac469ba90d5b8b9))

### [2.12.2](https://www.github.com/nftstorage/nft.storage/compare/api-v2.12.1...api-v2.12.2) (2022-01-11)


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

0 comments on commit 04ca6d9

Please sign in to comment.