From 7e6131ead2921c69c9b67376f6cdd55163318114 Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Sun, 18 Jun 2023 13:56:19 -0700 Subject: [PATCH] Version 17.0.1 --- 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 8e65871a..1dbd57f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ecmarkup", - "version": "17.0.0", + "version": "17.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ecmarkup", - "version": "17.0.0", + "version": "17.0.1", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 1b7ce221..7a709b23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ecmarkup", - "version": "17.0.0", + "version": "17.0.1", "description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.", "main": "lib/ecmarkup.js", "typings": "lib/ecmarkup.d.ts",