bump package version to 1.5.1 v1.5.1
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 8 Mar 2024 20:23:41 +0000 (12:23 -0800)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 8 Mar 2024 20:23:41 +0000 (12:23 -0800)
package-lock.json
package.json

index 7f102b9ca5e01b5a9ac87869214a86fc045518f6..c0fca330aa4c8fa941183c3c12b12bed49a3c6d5 100644 (file)
@@ -1,12 +1,12 @@
 {
   "name": "@squeep/html-template-helper",
-  "version": "1.5.0",
+  "version": "1.5.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@squeep/html-template-helper",
-      "version": "1.5.0",
+      "version": "1.5.1",
       "license": "ISC",
       "dependencies": {
         "@squeep/lazy-property": "^1.1.2"
index 01abb725db5c7b556b3790edec7138488e887c75..4fc96810cb8c1702cd31c84177c5618b761e9fc8 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/html-template-helper",
-  "version": "1.5.0",
+  "version": "1.5.1",
   "description": "Helper functions for generating HTML pages and boilerplate; intended for use in Squeep Framework Applications.",
   "main": "index.js",
   "scripts": {