Skip to content

Commit

Permalink
chore(main): release api 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 10, 2022
1 parent f426b08 commit b9b57e4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/nftstorage/nftstorage.link/compare/api-v1.1.1...api-v2.0.0) (2022-06-10)


### ⚠ BREAKING CHANGES

* GET /perma-cache/status renamed to /perma-cache/account

### Features

* client perma cache ([#127](https://github.com/nftstorage/nftstorage.link/issues/127)) ([f426b08](https://github.com/nftstorage/nftstorage.link/commit/f426b08ca5232cb0d4b18836bd2afaf4326beedf))


### Bug Fixes

* add new user tag to type from nft.storage ([#142](https://github.com/nftstorage/nftstorage.link/issues/142)) ([fbd8b85](https://github.com/nftstorage/nftstorage.link/commit/fbd8b8592a60dba0bee2569c5d763a38932bc9b5))

### [1.1.1](https://github.com/nftstorage/nftstorage.link/compare/api-v1.1.0...api-v1.1.1) (2022-06-01)


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": "1.1.1",
"version": "2.0.0",
"description": "API for nftstorage.link IPFS edge gateway",
"private": true,
"type": "module",
Expand Down

0 comments on commit b9b57e4

Please sign in to comment.