From aa5feb086965dd6a0a948044fceea04fa67d5797 Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Tue, 18 Jun 2024 11:18:38 +0300 Subject: [PATCH] 3.0.2 --- 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 906c66e..13b5f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "posthtml-url-parameters", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "posthtml-url-parameters", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "dependencies": { "is-url-superb": "^6.1.0", diff --git a/package.json b/package.json index c294f2d..ad558e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "posthtml-url-parameters", "description": "PostHTML plugin for adding parameters to URLs.", - "version": "3.0.1", + "version": "3.0.2", "license": "MIT", "author": "Cosmin Popovici (https://github.com/cossssmin)", "bugs": "https://github.com/posthtml/posthtml-url-parameters/issues",