From 8f288a56b950e494e4143571d0e454b5d8d3fab9 Mon Sep 17 00:00:00 2001 From: DanielJDufour Date: Mon, 26 Feb 2024 12:49:08 -0500 Subject: [PATCH] 1.7.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 cc8b2b7..bd452b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xml-utils", - "version": "1.7.0", + "version": "1.7.1-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xml-utils", - "version": "1.7.0", + "version": "1.7.1-0", "license": "CC0-1.0", "devDependencies": { "flug": "^2.6.0", diff --git a/package.json b/package.json index 849dfbc..bdcc0b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml-utils", - "version": "1.7.0", + "version": "1.7.1-0", "description": "Parse XML without Blowing Up Your Bundle Size", "main": "index.js", "module": "index.mjs",