Skip to content

Commit

Permalink
chore: version package (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MagicBella and github-actions[bot] authored Dec 17, 2024
1 parent 123873f commit 3f7a15b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-paws-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-flowers-lay.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# magicbell-swift-client

## 0.1.1

### Patch Changes

- [`123873f`](https://github.com/magicbell/magicbell-swift-client/commit/123873f78f8b93102e60b3d7789caa20662adf86) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Adjusts generations scripts for documentation and code

- [`123873f`](https://github.com/magicbell/magicbell-swift-client/commit/123873f78f8b93102e60b3d7789caa20662adf86) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Adds release discussion workflow

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MagicBellClient Swift SDK 0.1.0
# MagicBellClient Swift SDK 0.1.1

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

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

## Table of Contents

- [MagicBellClient Swift SDK 0.1.0](#magicbellclient-swift-sdk-010)
- [MagicBellClient Swift SDK 0.1.1](#magicbellclient-swift-sdk-010)
- [About the API](#about-the-api)
- [Table of Contents](#table-of-contents)
- [Setup \& Configuration](#setup--configuration)
Expand Down Expand Up @@ -41,7 +41,7 @@ This SDK is compatible with the following versions:
If you use [CocoaPods](https://cocoapods.org), place the following within your `Podfile`:

```ruby
pod 'MagicBellClient', '>=0.1.0'
pod 'MagicBellClient', '>=0.1.1'
```

**IMPORTANT**: Make sure you specify `use_frameworks!` in your `Podfile`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbell-swift-client",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 3f7a15b

Please sign in to comment.