Skip to content

Commit 24cf390

Browse files
chore(main): release api 2.1.0 (#151)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7a83045 commit 24cf390

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/api/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/nftstorage/nftstorage.link/compare/api-v2.0.0...api-v2.1.0) (2022-07-06)
4+
5+
6+
### Features
7+
8+
* api get from bucket and worker binding gateway read from gateway api ([#140](https://github.com/nftstorage/nftstorage.link/issues/140)) ([7a83045](https://github.com/nftstorage/nftstorage.link/commit/7a8304596ee97504ccc876a54c13122da86853f8))
9+
* use worker bindings interacting from api to gateway ([#136](https://github.com/nftstorage/nftstorage.link/issues/136)) ([80de324](https://github.com/nftstorage/nftstorage.link/commit/80de3240162abc5ca51c1acb8dd3b7a312c25867))
10+
311
## [2.0.0](https://github.com/nftstorage/nftstorage.link/compare/api-v1.1.1...api-v2.0.0) (2022-06-10)
412

513

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "API for nftstorage.link IPFS edge gateway",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)