Skip to content

Commit d96791e

Browse files
chore: version package (#13)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d381964 commit d96791e

4 files changed

+9
-8
lines changed

.changeset/auto-bump-magicbell-swift-client-1734641715.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# magicbell-swift-client
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#11](https://github.com/magicbell/magicbell-swift-client/pull/11) [`d381964`](https://github.com/magicbell/magicbell-swift-client/commit/d3819643a8b6416afea5f621a503bb2b6b9f7828) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell-swift-client`.
8+
39
## 0.1.1
410

511
### Patch Changes

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MagicBellClient Swift SDK 0.1.1
1+
# MagicBellClient Swift SDK 0.2.0
22

33
Welcome to the MagicBellClient SDK documentation. This guide will help you get started with integrating and using the MagicBellClient SDK in your project.
44

@@ -8,7 +8,7 @@ OpenAPI 3.0.3 Specification for MagicBell API.
88

99
## Table of Contents
1010

11-
- [MagicBellClient Swift SDK 0.1.1](#magicbellclient-swift-sdk-010)
11+
- [MagicBellClient Swift SDK 0.2.0](#magicbellclient-swift-sdk-010)
1212
- [About the API](#about-the-api)
1313
- [Table of Contents](#table-of-contents)
1414
- [Setup \& Configuration](#setup--configuration)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicbell-swift-client",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)