Skip to content

Commit 59766e6

Browse files
[ci] release (#239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 02343ed commit 59766e6

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

.changeset/perfect-onions-dream.md

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

examples/next/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
"@types/react-dom": "^18.3.0",
3333
"typescript": "^5.5.2"
3434
},
35-
"browserslist": ["> 0.5%", "not dead", "not op_mini all"],
35+
"browserslist": [
36+
"> 0.5%",
37+
"not dead",
38+
"not op_mini all"
39+
],
3640
"sideEffects": false
3741
}

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.0
4+
5+
### Minor Changes
6+
7+
- Adds an option to bypass inline code blocks
8+
39
## 0.13.2
410

511
### Patch Changes

packages/core/package.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rehype-pretty-code",
3-
"version": "0.13.2",
3+
"version": "0.14.0",
44
"description": "Beautiful code for your MD/MDX docs.",
55
"homepage": "https://rehype-pretty.pages.dev",
66
"type": "module",
@@ -16,7 +16,12 @@
1616
},
1717
"./package.json": "./package.json"
1818
},
19-
"files": ["dist", "package.json", "README.md", "LICENSE"],
19+
"files": [
20+
"dist",
21+
"package.json",
22+
"README.md",
23+
"LICENSE"
24+
],
2025
"scripts": {
2126
"build": "tsup --config=tsup.config.ts",
2227
"test": "vitest --run",
@@ -65,7 +70,9 @@
6570
"url": "git+https://github.com/rehype-pretty/rehype-pretty-code.git",
6671
"directory": "packages/core"
6772
},
68-
"browserslist": ["node 18"],
73+
"browserslist": [
74+
"node 18"
75+
],
6976
"author": "https://github.com/atomiks",
7077
"license": "MIT"
7178
}

0 commit comments

Comments
 (0)