diff --git a/package-lock.json b/package-lock.json index 421bffc..44cd35f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ha-nunjucks", - "version": "1.2.1", + "version": "1.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ha-nunjucks", - "version": "1.2.1", + "version": "1.2.3", "license": "ISC", "dependencies": { "@types/nunjucks": "^3.2.6", diff --git a/package.json b/package.json index 47cd36b..87a58fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ha-nunjucks", - "version": "1.2.1", + "version": "1.2.3", "description": "Wrapper for nunjucks for use with Home Assistant frontend custom components to render templates", "main": "./dist/index.js", "scripts": {