stably 2.0.0 → 2.0.2

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.
Files changed (2) hide show
  1. package/README.md +18 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,23 @@
1
+ <p align="center">
2
+ <a href="https://stably.ai">
3
+ <img src="http://assets.stably.ai/logo-white-with-bg.png" height="96">
4
+ <h3 align="center">Stably</h3>
5
+ </a>
6
+ </p>
7
+
8
+ <p align="center">
9
+ Code. Ship. <s>Test.</s>
10
+ </p>
11
+
12
+ <p align="center">
13
+ <a href="https://vercel.com/docs"><strong>Documentation</strong></a> ·
14
+ <a href="https://stably.ai/"><strong>Homepage</strong></a>
15
+ </p>
16
+ <br/>
17
+
1
18
  # Stably CLI
2
19
 
3
- A command-line interface tool for interacting with Stably services.
20
+ A command-line interface tool for interacting with [Stably](https://stably.ai/) services.
4
21
 
5
22
  ## Installation
6
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stably",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Stably CLI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",