We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8eae73 + 8e59a69 commit f27b612Copy full SHA for f27b612
.changeset/tasty-cats-check.md
packages/prism-react-renderer/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# prism-react-renderer
2
3
+## 2.3.1
4
+
5
+### Patch Changes
6
7
+- Export `normalizeTokens` and `useTokenize` utility functions.
8
+ ([#237](https://github.com/FormidableLabs/prism-react-renderer/pull/237))
9
10
## 2.3.0
11
12
### Minor Changes
packages/prism-react-renderer/package.json
@@ -1,6 +1,6 @@
{
"name": "prism-react-renderer",
- "version": "2.3.0",
+ "version": "2.3.1",
"description": "Renders highlighted Prism output using React",
"sideEffects": true,
"main": "dist/index.js",
0 commit comments