diff --git a/package-lock.json b/package-lock.json index 0faa20e..5b907f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-link-card-plus", - "version": "0.2.0", + "version": "0.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-link-card-plus", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "dependencies": { "open-graph-scraper": "^6.9.0", diff --git a/package.json b/package.json index 0d2abd5..46dd5bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-link-card-plus", - "version": "0.2.0", + "version": "0.2.1", "description": "Remark plugin to convert text links to link cards", "main": "./build/index.js", "types": "./build/index.d.ts",