From 1c78f53e378452131c83888b6c364ee9c2c5e8d5 Mon Sep 17 00:00:00 2001 From: Rohit Durvasula <88731568+drohit-cb@users.noreply.github.com> Date: Thu, 2 May 2024 13:43:18 -0700 Subject: [PATCH] Prep 0.7.1 release (#22) This is a dummy PR to just bump a patch version to get a clean GH tag, release and npm pkg published. Previous PR to automate GH release process mistakenly published the npm pkg. I have since removed the 0.7.0 tags, release and npm version but the mainline build still fails at re-publishing the 0.7.0 npm pkg. This is to help get a clean start. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f932571..f1a388b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@coinbase/staking-client-library-ts", - "version": "0.7.0", + "version": "0.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@coinbase/staking-client-library-ts", - "version": "0.7.0", + "version": "0.7.1", "license": "Apache-2.0", "dependencies": { "@ethereumjs/tx": "^5.1.0", diff --git a/package.json b/package.json index fd5138a..23daf42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coinbase/staking-client-library-ts", - "version": "0.7.0", + "version": "0.7.1", "description": "Coinbase Staking API Typescript Library", "repository": "https://github.com/coinbase/staking-client-library-ts.git", "license": "Apache-2.0",