From 8075e150f0660515e97001bd1e78da3d85194e5c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 1 Oct 2022 01:35:45 +0000 Subject: [PATCH] chore(release): 4.1.1 [skip ci] ## [4.1.1](https://github.com/markedjs/marked/compare/v4.1.0...v4.1.1) (2022-10-01) ### Bug Fixes * remove smartLists from docs and code ([#2596](https://github.com/markedjs/marked/issues/2596)) ([f6ba2e3](https://github.com/markedjs/marked/commit/f6ba2e39f754cfa8c261426e83641ccc08fb213f)), closes [#2582](https://github.com/markedjs/marked/issues/2582) [#2582](https://github.com/markedjs/marked/issues/2582) [#2582](https://github.com/markedjs/marked/issues/2582) [#2582](https://github.com/markedjs/marked/issues/2582) [#2582](https://github.com/markedjs/marked/issues/2582) [#2582](https://github.com/markedjs/marked/issues/2582) [#2582](https://github.com/markedjs/marked/issues/2582) --- 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 0b5b6cb4c3..e937b6101b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marked", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "marked", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/package.json b/package.json index cddda5d098..5b49d19d7c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "marked", "description": "A markdown parser built for speed", "author": "Christopher Jeffrey", - "version": "4.1.0", + "version": "4.1.1", "type": "module", "main": "./lib/marked.cjs", "module": "./lib/marked.esm.js",