@tremho/mist-lift 1.0.4-pre-release.4 → 1.1.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/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,10 +40,13 @@ To get started using MistLift, please see the [QuickStart Guide](https://github.
|
|
|
40
40
|
|
|
41
41
|
## Changelog
|
|
42
42
|
|
|
43
|
-
### 1.0
|
|
43
|
+
### 1.1.0 -- 6/28/24
|
|
44
|
+
- add `info` command
|
|
45
|
+
|
|
46
|
+
### 1.0.3 -- Initial Release 6/27/24
|
|
44
47
|
- Include missing template files in npm publish
|
|
45
48
|
|
|
46
|
-
### 1.0.0 - 1.0.2 -- Pre Release 6/
|
|
49
|
+
### 1.0.0 - 1.0.2 -- Pre Release 6/26/24
|
|
47
50
|
- Basic functionality
|
|
48
51
|
- minor bug fixes
|
|
49
52
|
- documentation
|