From 530a419da08f74dd19efd65b27c3d2b6c9a7cff4 Mon Sep 17 00:00:00 2001 From: John Ryan Cottam Date: Tue, 14 May 2024 07:45:47 -0400 Subject: [PATCH] Release 2.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 a9bab30..27a9204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@jcottam/html-metadata", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@jcottam/html-metadata", - "version": "2.0.1", + "version": "2.0.2", "license": "ISC", "dependencies": { "cheerio": "^1.0.0-rc.12" diff --git a/package.json b/package.json index 2949341..6c849d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@jcottam/html-metadata", "description": "This module module is a JavaScript library that simplifies the extraction of HTML Meta and OpenGraph tags from HTML content or URLs.", - "version": "2.0.1", + "version": "2.0.2", "author": "John Ryan Cottam ", "license": "MIT", "main": "dist/index.js",