Skip to content

Commit 649ec71

Browse files
chore: release nft.storage 3.1.0 (#242)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8a074b4 commit 649ec71

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

packages/client/CHANGELOG.md

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

3+
## [3.1.0](https://www.github.com/ipfs-shipyard/nft.storage/compare/nft.storage-v3.0.1...nft.storage-v3.1.0) (2021-08-10)
4+
5+
6+
### Features
7+
8+
* esbuild to build api and new tests ([#252](https://www.github.com/ipfs-shipyard/nft.storage/issues/252)) ([3cafc29](https://www.github.com/ipfs-shipyard/nft.storage/commit/3cafc29c0932b36421424827eca04323c26b22f9))
9+
* improvements to the setup ([#246](https://www.github.com/ipfs-shipyard/nft.storage/issues/246)) ([6a2501f](https://www.github.com/ipfs-shipyard/nft.storage/commit/6a2501f5c340af87c1571886961920280afec249))
10+
* update pw-test so its easier to run sw tests ([#240](https://www.github.com/ipfs-shipyard/nft.storage/issues/240)) ([5737ffc](https://www.github.com/ipfs-shipyard/nft.storage/commit/5737ffcb0323e20b31fdabdd305da075b92a9047))
11+
12+
13+
### Bug Fixes
14+
15+
* broken links in client readme ([#294](https://www.github.com/ipfs-shipyard/nft.storage/issues/294)) ([afaa41e](https://www.github.com/ipfs-shipyard/nft.storage/commit/afaa41ef9398a4bf72cf98530b1035f7408577ba))
16+
* **client:** avoid single arg arrow fn ([a425ed2](https://www.github.com/ipfs-shipyard/nft.storage/commit/a425ed25a11b279f141c16d210782b8fbe47c6c4))
17+
* unblock niftysave ([#257](https://www.github.com/ipfs-shipyard/nft.storage/issues/257)) ([7fc56bd](https://www.github.com/ipfs-shipyard/nft.storage/commit/7fc56bdfbbbbe6a59a1ff7df9a42c81aad100635))
18+
319
### [3.0.1](https://www.github.com/ipfs-shipyard/nft.storage/compare/nft.storage-v3.0.0...nft.storage-v3.0.1) (2021-06-24)
420

521

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nft.storage",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"description": "nft.storage client",
55
"license": "(Apache-2.0 AND MIT)",
66
"type": "module",

0 commit comments

Comments
 (0)