From 36d948bbce34bcd2508993495a936be66b77ef31 Mon Sep 17 00:00:00 2001 From: Guo Zhihao Date: Sun, 26 Jun 2022 14:41:25 +0800 Subject: [PATCH] chore: release 2.1.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2780fac..3ef27fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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.1.3](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v2.1.2...v2.1.3) (2022-06-26) + + +### Bug Fixes + +* missing type dependencies ([3fcdcaf](https://www.github.com/Val-istar-Guo/rehype-prism/commit/3fcdcafe6b9b99cc9f65f02d5d10fd2754fea256)) + + +### Performance Improvements + +* compatible with rehype-parse@8 ([232c354](https://www.github.com/Val-istar-Guo/rehype-prism/commit/232c35434e126ffc78ab30e36db9db67be7f1b2e)) + ### [2.1.2](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v2.1.1...v2.1.2) (2022-04-07) diff --git a/package.json b/package.json index d70b506..eab3808 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prepare": "is-ci || husky install" }, "description": "The unified plugin used to highlight code block in html with Prism", - "version": "2.1.2", + "version": "2.1.3", "directories": { "test": "tests" },