Skip to content

Commit 421f0b8

Browse files
authored
chore(master): release 4.3.3 (#113)
1 parent de7ef0d commit 421f0b8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

55
* change number regex to not use lookbehind ([#106](https://github.com/scriptcoded/sql-highlight/issues/106)) ([8e52120](https://github.com/scriptcoded/sql-highlight/commit/8e52120ba976ef64e3d5dd5bb8ba0c800e30a989))
66

7+
## [4.3.3](https://github.com/scriptcoded/sql-highlight/compare/v4.3.2...v4.3.3) (2023-04-14)
8+
9+
10+
### Bug Fixes
11+
12+
* add ILIKE keyword ([#111](https://github.com/scriptcoded/sql-highlight/issues/111)) ([a7a54f9](https://github.com/scriptcoded/sql-highlight/commit/a7a54f9499cbb7a13425dc057f729fb94d4a95c9))
13+
714
## [4.3.1](https://github.com/scriptcoded/sql-highlight/compare/v4.3.0...v4.3.1) (2023-02-16)
815

916

package-lock.json

Lines changed: 2 additions & 2 deletions
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.3.2",
3+
"version": "4.3.3",
44
"description": "A simple and lightweight library for highlighting SQL queries written in pure JavaScript",
55
"main": "lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)