magicbell-cli 0.1.0 → 0.2.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # magicbell-cli
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#7181](https://github.com/magicbell/magicbell/pull/7181) [`63641fd`](https://github.com/magicbell/magicbell/commit/63641fdf04d65fe4eadc0351926a5eb44a474926) Thanks [@smeijer](https://github.com/smeijer)! - improve login flow
8
+
3
9
  ## 0.1.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ## Install
4
4
 
5
- Insstall using npm or brew
5
+ Install using npm or brew
6
6
 
7
7
  ```shell
8
8
  npm install -g magicbell-cli
@@ -19,7 +19,7 @@ brew untap magicbell-io/tap
19
19
  brew untap magicbell/tap
20
20
  ```
21
21
 
22
- ** install **
22
+ **install**
23
23
  ```shell
24
24
  brew install magicbell/tap/magicbell-cli
25
25
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "magicbell-cli",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "MagicBell CLI",
5
5
  "dependencies": {
6
6
  "golang-npm": "^0.0.6"