From 0b1f30d955cc80e361d322761d0f7cc9f3a71835 Mon Sep 17 00:00:00 2001 From: Guo Zhihao Date: Wed, 29 Mar 2023 16:47:36 +0800 Subject: [PATCH] chore: release 2.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6fe5ce..d26bfd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.2.1](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v2.2.0...v2.2.1) (2023-03-29) + + +### Bug Fixes + +* toolbar and copy-to-clipboard plugin not work ([30356e7](https://www.github.com/Val-istar-Guo/rehype-prism/commit/30356e70c68ea79ac3563abe489b6b5dd4c912fc)), closes [#20](https://www.github.com/Val-istar-Guo/rehype-prism/issues/20) + ## [2.2.0](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v2.1.3...v2.2.0) (2023-01-12) diff --git a/package.json b/package.json index 4915c9a..71bc487 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "watch": "NODE_ENV=development ttsc -w" }, "description": "The unified plugin used to highlight code block in html with Prism", - "version": "2.2.0", + "version": "2.2.1", "directories": { "test": "tests" },