diff --git a/package-lock.json b/package-lock.json index 1412799..5948214 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked-bidi", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "marked-bidi", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "devDependencies": { "@babel/core": "^7.23.9", diff --git a/package.json b/package.json index 101b189..8227407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marked-bidi", - "version": "1.0.8", + "version": "1.0.9", "description": "marked bidirectional text support", "main": "./lib/index.cjs", "module": "./src/index.js",