Skip to content

Commit 01a1856

Browse files
committed
Release v10.1.0
1 parent 6a06577 commit 01a1856

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @opensea/sdk
22

3+
## 10.1.0
4+
5+
### Minor Changes
6+
7+
- 497b636: Add missing API wrapper methods for full OpenAPI spec coverage:
8+
- `getNFTCollection()` — get the collection an NFT belongs to
9+
- `getNFTMetadata()` — get raw NFT metadata (name, description, image, traits)
10+
- Expose `fulfillPrivateOrder()` as a public method on `OpenSeaSDK`
11+
312
## 10.0.0
413

514
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensea/sdk",
3-
"version": "10.0.0",
3+
"version": "10.1.0",
44
"description": "TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs, tokens, and our marketplace data",
55
"license": "MIT",
66
"author": "OpenSea Developers",

0 commit comments

Comments
 (0)