Skip to content

Commit 0eee1c6

Browse files
[ci] release
1 parent 012acb6 commit 0eee1c6

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/fair-ads-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rehype-pretty-code
22

3+
## 0.14.5
4+
5+
### Patch Changes
6+
7+
- fix: detect `showLineNumbers` wherever it appears in the meta string, not only before the highlight annotations, while ignoring the word when it is part of a character highlight such as `/foo showLineNumbers bar/` (#204)
8+
39
## 0.14.4
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-pretty-code",
3-
"version": "0.14.4",
3+
"version": "0.14.5",
44
"description": "Beautiful code for your MD/MDX docs.",
55
"homepage": "https://rehype-pretty.pages.dev",
66
"type": "module",

0 commit comments

Comments
 (0)