From b1842cf3883f1d2ce0069d3b6162b4db6f8eebc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:25:54 +0100 Subject: [PATCH] chore(main): release 2.0.1 (#38) :robot: I have created a release *beep* *boop* --- ## [2.0.1](https://github.com/gnosisguild/ser-kit/compare/v2.0.0...v2.0.1) (2025-02-09) ### Bug Fixes * api base url ([#37](https://github.com/gnosisguild/ser-kit/issues/37)) ([6901e1d](https://github.com/gnosisguild/ser-kit/commit/6901e1d84ac5e7fa023beaa1e8bef27e2458f0a9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bae564..ee03e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/gnosisguild/ser-kit/compare/v2.0.0...v2.0.1) (2025-02-09) + + +### Bug Fixes + +* api base url ([#37](https://github.com/gnosisguild/ser-kit/issues/37)) ([6901e1d](https://github.com/gnosisguild/ser-kit/commit/6901e1d84ac5e7fa023beaa1e8bef27e2458f0a9)) + ## [2.0.0](https://github.com/gnosisguild/ser-kit/compare/v1.1.0...v2.0.0) (2025-01-30) diff --git a/package.json b/package.json index 400820f..162b016 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ser-kit", - "version": "2.0.0", + "version": "2.0.1", "author": "Gnosis Guild", "license": "LGPL-3.0", "homepage": "https://github.com/gnosisguild/ser-kit",