Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Jul 17, 2021
1 parent 40ba951 commit e758b78
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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>
## [1.0.0](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v0.1.1...v1.0.0) (2021-07-17)


### ⚠ BREAKING CHANGES

* This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required. And remove preLangClass option.

### Features

* prismjs plugins support ([40ba951](https://www.github.com/Val-istar-Guo/rehype-prism/commit/40ba951e8ab5206dffcb28b65f119df14ee5c58d)), closes [#3](https://www.github.com/Val-istar-Guo/rehype-prism/issues/3)


### Code Refactoring

* rewrite by typescript and esm only ([7ea69f0](https://www.github.com/Val-istar-Guo/rehype-prism/commit/7ea69f0ef984b3c569ef9cf5356f0324a91b3c0a))

## [0.1.1](https://github.com/Val-istar-Guo/rehype-prism/compare/v0.1.0...v0.1.1) (2019-03-05)


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": "0.1.1",
"version": "1.0.0",
"directories": {
"test": "tests"
},
Expand Down

0 comments on commit e758b78

Please sign in to comment.