From d981e51c0cc16fb23562ad520d1d9524ab1ee828 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:15:47 +0900 Subject: [PATCH] 0.11.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6b132b1..113ab77 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-lint-code-block-syntax", - "version": "0.10.0", + "version": "0.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-lint-code-block-syntax", - "version": "0.10.0", + "version": "0.11.0", "license": "MIT", "dependencies": { "@swc/core": "^1.7.22", diff --git a/package.json b/package.json index dd5e0e0..fe27e30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-code-block-syntax", - "version": "0.10.0", + "version": "0.11.0", "description": "A remark-lint rule to check language syntax in a code block.", "author": "Masafumi Koba", "license": "MIT",