From 08aa4a70f7695509fa779acf9173862a96de4084 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Fri, 3 Nov 2023 14:25:01 -0700 Subject: [PATCH] Version 18.1.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0e7dbe0b..9d9b6e24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecmarkup", - "version": "18.0.0", + "version": "18.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ecmarkup", - "version": "18.0.0", + "version": "18.1.0", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index d9e9a8cf..06b37402 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecmarkup", - "version": "18.0.0", + "version": "18.1.0", "description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.", "main": "lib/ecmarkup.js", "typings": "lib/ecmarkup.d.ts",