bump package version to 1.3.0 v1.3.0
authorJustin Wind <justin.wind+git@gmail.com>
Sun, 11 Sep 2022 21:24:42 +0000 (14:24 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 11 Sep 2022 21:24:42 +0000 (14:24 -0700)
package-lock.json
package.json

index 8b79b419d70d128a4f12dd34fc3bcdc1236b52dd..33ff4d88a6a965714ce4c7569026b5f3437e1e52 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/html-template-helper",
-  "version": "1.2.1",
+  "version": "1.3.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/html-template-helper",
-      "version": "1.2.1",
+      "version": "1.3.0",
       "license": "ISC",
       "dependencies": {
         "@squeep/lazy-property": "^1.1.2"
index a071e87da46dc15c7aff3b708d6c611000173351..29a65b4deac44bab92e6fe01ccb0c1aa0baff5bc 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/html-template-helper",
-  "version": "1.2.1",
+  "version": "1.3.0",
   "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.",
   "main": "index.js",
   "scripts": {