Skip to content

Commit 2fef739

Browse files
next release (#581)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d0519c3 commit 2fef739

File tree

6 files changed

+19
-17
lines changed

6 files changed

+19
-17
lines changed

.changeset/auto-bump-magicbell-js-1763964473.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mighty-worlds-pay.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @magicbell/cli
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- [`d0519c3`](https://github.com/magicbell/magicbell-js/commit/d0519c36919be840f096b094acd2fda378a650b1) Thanks [@smeijer](https://github.com/smeijer)! - This package is deprecated. Please use [`magicbell-cli`](https://www.magicbell.com/docs/libraries/magicbell-cli) instead.
8+
9+
```diff
10+
- npm install @magicbell/cli
11+
+ npm install magicbell-cli
12+
```
13+
314
## 4.2.5
415

516
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@magicbell/cli",
3-
"version": "4.2.5",
3+
"version": "4.3.0",
44
"description": "Work with MagicBell from the command line",
55
"author": "MagicBell <[email protected]> (https://magicbell.com)",
66
"contributors": [

packages/magicbell-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# magicbell-js
22

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#580](https://github.com/magicbell/magicbell-js/pull/580) [`982937b`](https://github.com/magicbell/magicbell-js/commit/982937b0a947a6ec09b88a3d5b2847b97e4e38a1) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell-js`.
8+
39
## 1.4.0
410

511
### Minor Changes

packages/magicbell-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicbell-js",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "OpenAPI 3.1.0 Specification for MagicBell API.",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)