magicbell-cli 0.2.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.goreleaser.yaml +5 -0
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
package/.goreleaser.yaml
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# magicbell-cli
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#7371](https://github.com/magicbell/magicbell/pull/7371) [`8199f7d`](https://github.com/magicbell/magicbell/commit/8199f7dd852e1eb77822aa3f7e5605d51f1e9f1b) Thanks [@smeijer](https://github.com/smeijer)! - release magicbell-cli v1.0.0
|
|
8
|
+
|
|
9
|
+
## 0.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#7206](https://github.com/magicbell/magicbell/pull/7206) [`2e2d423`](https://github.com/magicbell/magicbell/commit/2e2d4232b35b62cb7fb46b7b76e075a9553cb34b) Thanks [@smeijer](https://github.com/smeijer)! - `magicbell --version` now prints the installed version
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#7203](https://github.com/magicbell/magicbell/pull/7203) [`7385add`](https://github.com/magicbell/magicbell/commit/7385add4f12c49c585e34895b30d4ec6c46af6fe) Thanks [@smeijer](https://github.com/smeijer)! - revert v2 change
|
|
18
|
+
|
|
3
19
|
## 0.2.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|