From: Justin Wind Date: Fri, 8 Mar 2024 20:23:41 +0000 (-0800) Subject: bump package version to 1.5.1 X-Git-Tag: v1.5.1^0 X-Git-Url: http://git.squeep.com/?p=squeep-html-template-helper;a=commitdiff_plain;h=e3c393609f1b2380cb5c2c6f3910fc69186420d2 bump package version to 1.5.1 --- diff --git a/package-lock.json b/package-lock.json index 7f102b9..c0fca33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 01abb72..4fc9681 100644 --- a/package.json +++ b/package.json @@ -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": {