diff --git a/package-lock.json b/package-lock.json index cbc7ea5..667e0bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-highlight", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marked-highlight", - "version": "2.0.6", + "version": "2.0.7", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.3", diff --git a/package.json b/package.json index 6bec8c4..b6d4767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marked-highlight", - "version": "2.0.6", + "version": "2.0.7", "description": "marked highlight", "main": "./lib/index.cjs", "module": "./src/index.js",