Skip to content

Commit 0947bd8

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2024-05-30) ### Features * 🎸 add squiggly underline to "debugger" ([b633dff](b633dff)) * bump code-colors dependency ([c40348a](c40348a))
1 parent b633dff commit 0947bd8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
# [3.1.0](https://github.com/streamich/code-colors-react/compare/v3.0.0...v3.1.0) (2024-05-27)
210

311
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "code-colors-react",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Code syntax highlighting React component",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)