Skip to content

Commit af1381d

Browse files
Version Packages (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent afb27b2 commit af1381d

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

.changeset/rare-gifts-sip.md

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# react-github-permalink
2+
3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- afb27b2: Switch style provider from HLJS to Prism. (Prism supports TSX).
8+
9+
Auto detect language based on file extension.
10+
11+
Adds a `language` prop to override any auto-detection behaviour.
12+
13+
## 0.0.0-afb27b2c-20251006112702
14+
15+
### Minor Changes
16+
17+
- afb27b2: Switch style provider from HLJS to Prism. (Prism supports TSX).
18+
19+
Auto detect language based on file extension.
20+
21+
Adds a `language` prop to override any auto-detection behaviour.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"files": [
66
"dist"
77
],
8-
"version": "1.10.3",
8+
"version": "1.11.0",
99
"repository": {
1010
"type": "git",
1111
"url": "git+https://github.com/dwjohnston/react-github-permalink.git"

0 commit comments

Comments
 (0)