diff --git a/CHANGELOG.md b/CHANGELOG.md index d26bfd5..6de30d6 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.2](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v2.2.1...v2.2.2) (2023-03-29) + + +### Bug Fixes + +* don't import primjs toolbar and copy-to-clipboard plugins ([1bab898](https://www.github.com/Val-istar-Guo/rehype-prism/commit/1bab898cd7ca809c514daf0ebb6869836aaffd03)) + ### [2.2.1](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v2.2.0...v2.2.1) (2023-03-29) diff --git a/package.json b/package.json index 71bc487..38f1ec5 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.1", + "version": "2.2.2", "directories": { "test": "tests" },