create-lwr 0.11.0 → 0.11.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## Scaffolding Your First LWR Project
4
4
 
5
5
  > **Compatibility Note:**
6
- > LWR requires [Node.js](https://nodejs.org/en/) version >=16.0.0 <20.
6
+ > LWR requires [Node.js](https://nodejs.org/en/) version >=16.0.0.
7
7
 
8
8
  > **Note:** If you've previously installed `create-lwr` globally, we recommend you uninstall the package using `npm uninstall -g create-lwr` or `yarn global remove create-lwr` to ensure the latest version is always used.
9
9
 
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "type": "module",
24
24
  "types": "build/es/index.d.ts",
25
- "version": "0.11.0",
25
+ "version": "0.11.1",
26
26
  "module": "build/es/index.js",
27
27
  "main": "build/cjs/index.cjs",
28
28
  "files": [
@@ -46,5 +46,5 @@
46
46
  "volta": {
47
47
  "extends": "../../package.json"
48
48
  },
49
- "gitHead": "fbc883ea90a12672ce6f1adc2201144fda8762bd"
49
+ "gitHead": "b7c40fdcd86635dd4e368c0a2e91c5d3374c0fcf"
50
50
  }