Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Val-istar-Guo committed Mar 10, 2022
1 parent c1bc782 commit bb95cc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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


### Bug Fixes

* cannot find lib/src/index ([c1bc782](https://www.github.com/Val-istar-Guo/rehype-prism/commit/c1bc782ff3beb4bc6a8c734b427e93908933a4ce)), closes [#5](https://www.github.com/Val-istar-Guo/rehype-prism/issues/5)

## [1.0.0](https://www.github.com/Val-istar-Guo/rehype-prism/compare/v0.1.1...v1.0.0) (2021-07-17)


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.0",
"version": "1.0.1",
"directories": {
"test": "tests"
},
Expand Down

0 comments on commit bb95cc2

Please sign in to comment.