Skip to content

Commit

Permalink
chore(main): release api 2.18.0 (#1622)
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 12, 2022
1 parent 5684bb2 commit f627a03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.18.0](https://github.com/nftstorage/nft.storage/compare/api-v2.17.0...api-v2.18.0) (2022-03-11)


### Features

* add cors handler to stats route, trying to resolve cors issue ([#1599](https://github.com/nftstorage/nft.storage/issues/1599)) ([f69f570](https://github.com/nftstorage/nft.storage/commit/f69f570cf65e2847ac3016a58f85bd1f138f5c3a))

## [2.17.0](https://github.com/nftstorage/nft.storage/compare/api-v2.16.0...api-v2.17.0) (2022-03-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.17.0",
"version": "2.18.0",
"description": "NFT Storage API",
"private": true,
"type": "module",
Expand Down

0 comments on commit f627a03

Please sign in to comment.