From f0507cbd83c63f42b16cda6f9c18de71dfb17ebb Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Jan 2024 00:32:26 +0000 Subject: [PATCH] chore(release): 11.2.0 [skip ci] # [11.2.0](https://github.com/markedjs/marked/compare/v11.1.1...v11.2.0) (2024-01-27) ### Bug Fixes * Fix ENOENT error message in CLI ([#3165](https://github.com/markedjs/marked/issues/3165)) ([bf44ae8](https://github.com/markedjs/marked/commit/bf44ae85edac35627be9acaeebb969c4b29a6505)) ### Features * flatten childToken arrays ([#3172](https://github.com/markedjs/marked/issues/3172)) ([4826841](https://github.com/markedjs/marked/commit/4826841bd6c344455fee81d2445812bb3ac9005d)) --- 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 16b94b9512..c65506819f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked", - "version": "11.1.1", + "version": "11.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marked", - "version": "11.1.1", + "version": "11.2.0", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index 5793e628c0..d30e018d1a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "marked", "description": "A markdown parser built for speed", "author": "Christopher Jeffrey", - "version": "11.1.1", + "version": "11.2.0", "type": "module", "main": "./lib/marked.cjs", "module": "./lib/marked.esm.js",