From 76aec583d703d21ac4dcaa8cce12008798543b81 Mon Sep 17 00:00:00 2001 From: Yuki Hattori Date: Wed, 2 Aug 2023 02:54:24 +0900 Subject: [PATCH] 3.8.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 983711c3..d3ed6325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## v3.8.0 - 2023-08-01 + ### Added - `highlightjs` getter, to access the generated highlight.js instance per Marp Core instances ([#350](https://github.com/marp-team/marp-core/pull/350)) diff --git a/package.json b/package.json index b7aaa706..1748ad1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@marp-team/marp-core", - "version": "3.7.0", + "version": "3.8.0", "description": "The core of Marp tools", "license": "MIT", "author": {