From 36673d5f9c9b218f0c6084486288d6caefddafa6 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Tue, 24 Dec 2024 23:52:25 +0900 Subject: [PATCH] 4.0.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94a718f..f234936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v4.0.1 - 2024-12-24 + ### Security - Fixed: Improper neutralization of HTML sanitization by comments that may lead to XSS (by [@Ry0taK](https://github.com/Ry0taK)) diff --git a/package-lock.json b/package-lock.json index f6c2109..f204837 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marp-team/marp-core", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marp-team/marp-core", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@marp-team/marpit": "^3.1.2", diff --git a/package.json b/package.json index 1b02542..859493f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-core", - "version": "4.0.0", + "version": "4.0.1", "description": "The core of Marp tools", "license": "MIT", "author": {