Skip to content

Commit

Permalink
chore: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Mar 20, 2022
1 parent 0b940ad commit 69a4e98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.

<a name="0.1.1"></a>
## [2.0.0](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v1.0.2...v2.0.0) (2022-03-20)


### ⚠ BREAKING CHANGES

* rehype-prism@2 need unified@10. if you want to use unified@9, please install rehype-prism@1

### Features

* optimize for unified v10 ([#10](https://www.github.com/Val-istar-Guo/rehype-prism/issues/10)) ([0b940ad](https://www.github.com/Val-istar-Guo/rehype-prism/commit/0b940add9985e824764691490e092e85d9a2da33))

### [1.0.2](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v1.0.1...v1.0.2) (2022-03-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"copyfile": "copyfiles -e \"@(build|es|lib|node_modules|tests|doc)/**/*.!(ts)\" -e \"@(README.md|CHANGELOG.md|ava.config.js|backers.md)\" \"**/*.!(ts)\" lib"
},
"description": "The unified plugin used to highlight code block in html with Prism",
"version": "1.0.2",
"version": "2.0.0",
"directories": {
"test": "tests"
},
Expand Down

0 comments on commit 69a4e98

Please sign in to comment.