Skip to content

Commit

Permalink
chore(master): release 0.10.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 11, 2024
1 parent 9a1e660 commit 6995507
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.0](https://github.com/ocavue/prosemirror-highlight/compare/v0.9.0...v0.10.0) (2024-10-11)


### Features

* support shiki's object `token.htmlStyle` ([#55](https://github.com/ocavue/prosemirror-highlight/issues/55)) ([70fc971](https://github.com/ocavue/prosemirror-highlight/commit/70fc971754597c8fd03c9b72b8442d103404c201))

## [0.9.0](https://github.com/ocavue/prosemirror-highlight/compare/v0.8.0...v0.9.0) (2024-09-04)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "prosemirror-highlight",
"type": "module",
"version": "0.9.0",
"version": "0.10.0",
"packageManager": "[email protected]",
"description": "A ProseMirror plugin to highlight code blocks",
"author": "ocavue <[email protected]>",
Expand Down Expand Up @@ -108,7 +108,7 @@
"@types/node": "^20.16.2",
"eslint": "^9.9.1",
"highlight.js": "^11.10.0",
"jsdom": "^25.0.1",
"jsdom": "^24.1.3",
"lowlight": "^3.1.0",
"prettier": "^3.3.3",
"prosemirror-example-setup": "^1.2.3",
Expand Down

0 comments on commit 6995507

Please sign in to comment.