diff --git a/package-lock.json b/package-lock.json index 72a0dff..8894e13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-bidi", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "marked-bidi", - "version": "1.0.7", + "version": "1.0.8", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.5", diff --git a/package.json b/package.json index d1af230..93a5867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marked-bidi", - "version": "1.0.7", + "version": "1.0.8", "description": "marked bidirectional text support", "main": "./lib/index.cjs", "module": "./src/index.js",