From bdd8a9b84b260f731f53b07130ea71675c91ddd7 Mon Sep 17 00:00:00 2001 From: Alvin Date: Thu, 29 Dec 2022 13:16:14 +0100 Subject: [PATCH] 1.0.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 74460ec..9334550 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-remove-comments", - "version": "0.2.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-remove-comments", - "version": "0.2.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "html-comment-regex": "^1.1.2", diff --git a/package.json b/package.json index 4aeecbc..c0f00e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-remove-comments", - "version": "0.2.0", + "version": "1.0.0", "description": "Remark plugin to remove HTML comments from the processed output", "keywords": [ "unified",