From 1a451701831f33f78d72fba49cfd34917e587a39 Mon Sep 17 00:00:00 2001 From: Ryan Ghods Date: Fri, 13 Oct 2023 14:12:52 -0700 Subject: [PATCH] Bump package.json version to 2.0.8 (#374) prep for release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fb8f89c..9eba9eec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensea/seaport-js", - "version": "2.0.7", + "version": "2.0.8", "description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy.", "license": "MIT", "author": "OpenSea Developers",