Skip to content

Commit 6c7faee

Browse files
chore(master): release 4.2.1 (#63)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 997ee9d commit 6c7faee

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* mixed case keyword matching ([#47](https://github.com/scriptcoded/sql-highlight/issues/47)) ([f848a14](https://github.com/scriptcoded/sql-highlight/commit/f848a140d43df140e77e003a0c6914b61560e708))
77

8+
## [4.2.1](https://github.com/scriptcoded/sql-highlight/compare/v4.2.0...v4.2.1) (2022-08-16)
9+
10+
11+
### Bug Fixes
12+
13+
* don't break on nested segments ([#62](https://github.com/scriptcoded/sql-highlight/issues/62)) ([997ee9d](https://github.com/scriptcoded/sql-highlight/commit/997ee9deb9d25f48ce2b20c78c13ea22798fe8c4))
14+
815
## [4.2.0](https://github.com/scriptcoded/sql-highlight/compare/v4.1.1...v4.2.0) (2022-08-08)
916

1017

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql-highlight",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "A simple and lightweight syntax highlighting library for SQL",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)