@erickxavier/no-js 1.8.0 → 1.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erickxavier/no-js",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "The HTML-first reactive framework — build dynamic web apps with just HTML attributes, no JavaScript required",
5
5
  "main": "dist/cjs/no.js",
6
6
  "module": "dist/esm/no.js",
package/src/index.js CHANGED
@@ -240,7 +240,7 @@ const NoJS = {
240
240
  resolve,
241
241
 
242
242
  // Version
243
- version: "1.8.0",
243
+ version: "1.8.1",
244
244
  };
245
245
 
246
246
  export default NoJS;