From e03368e0ab6deeedad33078180b44dd3fc209bb7 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 12 Jul 2024 12:30:14 -0400 Subject: [PATCH] 2.0.10 --- 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 e074cbf..8530d89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodebb-plugin-link-preview", - "version": "2.0.9", + "version": "2.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodebb-plugin-link-preview", - "version": "2.0.9", + "version": "2.0.10", "license": "MIT", "dependencies": { "cheerio": "^1.0.0-rc.12", diff --git a/package.json b/package.json index b31eb37..7b2756e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-plugin-link-preview", - "version": "2.0.9", + "version": "2.0.10", "description": "A starter kit for quickly creating NodeBB plugins", "main": "library.js", "repository": {