Skip to content

Commit e82a71b

Browse files
chore: version package (#20)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0885595 commit e82a71b

7 files changed

+13
-18
lines changed

.changeset/auto-bump-magicbell-go-1748239315.md

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

.changeset/auto-bump-magicbell-go-1749645877.md

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

.changeset/auto-bump-magicbell-go-1750658514.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# magicbell-go-project-client
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#19](https://github.com/magicbell/magicbell-go/pull/19) [`4b0a24f`](https://github.com/magicbell/magicbell-go/commit/4b0a24fa481ea3f29d3c948e6ac5b96d7a7bd460) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell-go`.
8+
9+
- [#21](https://github.com/magicbell/magicbell-go/pull/21) [`a2a011c`](https://github.com/magicbell/magicbell-go/commit/a2a011cf08a6846d35859f1e2e9bc46b7965daab) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell-go`.
10+
11+
- [#25](https://github.com/magicbell/magicbell-go/pull/25) [`0885595`](https://github.com/magicbell/magicbell-go/commit/0885595698008b5cacbfea6e54fcab46eb3ff242) Thanks [@MagicBella](https://github.com/MagicBella)! - Automatic minor version bump for changes in `magicbell-go`.
12+
313
## 0.3.0
414

515
### Minor Changes

liblab.config.project-client.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"languageOptions": {
3737
"go": {
3838
"githubRepoName": "magicbell-go",
39-
"sdkVersion": "0.3.0",
39+
"sdkVersion": "0.4.0",
4040
"goModuleName": "github.com/magicbell/magicbell-go"
4141
}
4242
},

liblab.config.user-client.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"languageOptions": {
3737
"go": {
3838
"githubRepoName": "magicbell-go",
39-
"sdkVersion": "0.3.0",
39+
"sdkVersion": "0.4.0",
4040
"goModuleName": "github.com/magicbell/magicbell-go"
4141
}
4242
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicbell-go",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"private": true,
55
"type": "module",
66
"docs": {

0 commit comments

Comments
 (0)