@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.
Files changed (2) hide show
  1. package/README.md +5 -2
  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.3 -- Initial Release 6/28/24
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/27/24
49
+ ### 1.0.0 - 1.0.2 -- Pre Release 6/26/24
47
50
  - Basic functionality
48
51
  - minor bug fixes
49
52
  - documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tremho/mist-lift",
3
- "version": "1.0.4-pre-release.4",
3
+ "version": "1.1.0",
4
4
  "description": "lift command line utility for MistLift development",
5
5
  "main": "build/index.js",
6
6
  "bin": {