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.
1 parent b633dff commit 0947bd8Copy full SHA for 0947bd8
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# [3.2.0](https://github.com/streamich/code-colors-react/compare/v3.1.0...v3.2.0) (2024-05-30)
2
+
3
4
+### Features
5
6
+* 🎸 add squiggly underline to "debugger" ([b633dff](https://github.com/streamich/code-colors-react/commit/b633dffb1ac4b60a9a005c2c681bc5a57211a98d))
7
+* bump code-colors dependency ([c40348a](https://github.com/streamich/code-colors-react/commit/c40348ae475ebf0f69cbae0303576e672f3af970))
8
9
# [3.1.0](https://github.com/streamich/code-colors-react/compare/v3.0.0...v3.1.0) (2024-05-27)
10
11
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "code-colors-react",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "Code syntax highlighting React component",
"main": "lib/index.js",
"scripts": {
0 commit comments