diff --git a/package-lock.json b/package-lock.json index 07f5beb..5111de1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-lint-code-block-syntax", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-lint-code-block-syntax", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "dependencies": { "@swc/core": "^1.7.22", diff --git a/package.json b/package.json index b0e17d2..5208d70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-code-block-syntax", - "version": "0.9.0", + "version": "0.10.0", "description": "A remark-lint rule to check language syntax in a code block.", "author": "Masafumi Koba", "license": "MIT",