From 6803cefb77e67e70f4d77297fe071c248f843e3a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 08:48:21 +0000 Subject: [PATCH] chore: version package --- .changeset/auto-bump-magicbell-swift-client-1734410826.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/auto-bump-magicbell-swift-client-1734410826.md diff --git a/.changeset/auto-bump-magicbell-swift-client-1734410826.md b/.changeset/auto-bump-magicbell-swift-client-1734410826.md deleted file mode 100644 index 90a6482..0000000 --- a/.changeset/auto-bump-magicbell-swift-client-1734410826.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"magicbell-swift-client": minor ---- - -Automatic minor version bump for changes in `magicbell-swift-client`. diff --git a/CHANGELOG.md b/CHANGELOG.md index b6980c4..fb8dc93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # magicbell-swift-client + +## 0.1.0 + +### Minor Changes + +- [#2](https://github.com/magicbell/magicbell-swift-client/pull/2) [`b2ed87d`](https://github.com/magicbell/magicbell-swift-client/commit/b2ed87df1b3b1e52a237e720eae6510dd8f9e3f7) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell-swift-client`. diff --git a/package.json b/package.json index fde8b23..33746e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magicbell-swift-client", - "version": "0.0.1", + "version": "0.1.0", "private": true, "type": "module", "scripts": {