@tremho/mist-lift 1.0.3-pre-release.1 → 1.0.3

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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,7 +40,10 @@ To get started using MistLift, please see the [QuickStart Guide](https://github.
40
40
 
41
41
  ## Changelog
42
42
 
43
- ### 1.0.0 - 1.0.2 -- Initial Release 6/27/24
43
+ ### 1.0.3 -- Initial Release 6/28/24
44
+ - Include missing template files in npm publish
45
+
46
+ ### 1.0.0 - 1.0.2 -- Pre Release 6/27/24
44
47
  - Basic functionality
45
48
  - minor bug fixes
46
49
  - documentation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tremho/mist-lift",
3
- "version": "1.0.3-pre-release.1",
3
+ "version": "1.0.3",
4
4
  "description": "lift command line utility for MistLift development",
5
5
  "main": "build/index.js",
6
6
  "bin": {