From c481ff8687527169dcf5e87eedf06c9960759b00 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Sat, 18 May 2024 01:50:50 +0900 Subject: [PATCH] 3.0.0 --- 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 0edab21..be1bf0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v3.0.0 - 2024-05-17 + ### Breaking - Drop support against end-of-lifed Node.js versions (v16 and earlier) ([#291](https://github.com/marp-team/marpit/issues/291), [#380](https://github.com/marp-team/marpit/pull/380)) diff --git a/package-lock.json b/package-lock.json index acf05c0..28d8267 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@marp-team/marpit", - "version": "2.6.1", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@marp-team/marpit", - "version": "2.6.1", + "version": "3.0.0", "license": "MIT", "dependencies": { "cssesc": "^3.0.0", diff --git a/package.json b/package.json index cb104aa..1524800 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marpit", - "version": "2.6.1", + "version": "3.0.0", "description": "The skinny framework for creating slide deck from Markdown", "license": "MIT", "author": {