From 94a8601314594b149945dca8700528bec3715736 Mon Sep 17 00:00:00 2001 From: HananINouman Date: Thu, 10 Oct 2024 14:50:57 +0000 Subject: [PATCH] chore(release): v2.1.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- test/sdk-package-test/yarn.lock | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee410a..230ffd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v2.1.0](https://github.com/ObolNetwork/obol-sdk/compare/v2.0.1...v2.1.0) + +- a warning and some improvements [`#59`](https://github.com/ObolNetwork/obol-sdk/pull/59) +- Hanan/create split [`#57`](https://github.com/ObolNetwork/obol-sdk/pull/57) + #### [v2.0.1](https://github.com/ObolNetwork/obol-sdk/compare/v2.0.0...v2.0.1) +> 6 August 2024 + +- chore(release): v2.0.1 [`#55`](https://github.com/ObolNetwork/obol-sdk/pull/55) - Hanan/null deposit amounts [`#54`](https://github.com/ObolNetwork/obol-sdk/pull/54) - accept a null value for deposit_amounts [`#52`](https://github.com/ObolNetwork/obol-sdk/pull/52) diff --git a/package.json b/package.json index aaf0cd1..00feeac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@obolnetwork/obol-sdk", - "version": "2.0.1", + "version": "2.1.0", "description": "A package for creating Distributed Validators using the Obol API.", "bugs": { "url": "https://github.com/obolnetwork/obol-sdk/issues" diff --git a/test/sdk-package-test/yarn.lock b/test/sdk-package-test/yarn.lock index 3c6116a..8f77d98 100644 --- a/test/sdk-package-test/yarn.lock +++ b/test/sdk-package-test/yarn.lock @@ -767,7 +767,7 @@ rimraf "^3.0.2" "@obolnetwork/obol-sdk@file:../..": - version "2.0.1" + version "2.1.0" dependencies: "@chainsafe/bls" "6.0.3" "@chainsafe/blst" "^0.2.9"