Skip to content

Commit 4a3aa67

Browse files
scriptsbotscriptcoded
authored andcommitted
chore(master): release 4.4.0
1 parent 9dad7b2 commit 4a3aa67

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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.4.0](https://github.com/scriptcoded/sql-highlight/compare/v4.3.3...v4.4.0) (2023-10-04)
8+
9+
10+
### Features
11+
12+
* SQL comments support ([9dad7b2](https://github.com/scriptcoded/sql-highlight/commit/9dad7b2bf9bcd7a6a1beee31e14ae41bbb23a7b4)), closes [#133](https://github.com/scriptcoded/sql-highlight/issues/133)
13+
14+
15+
### Performance Improvements
16+
17+
* improved tokenizer ([1472619](https://github.com/scriptcoded/sql-highlight/commit/147261929f0817a09d679e4fe5a0fe1d2bb04c61)), closes [#133](https://github.com/scriptcoded/sql-highlight/issues/133)
18+
719
## [4.3.3](https://github.com/scriptcoded/sql-highlight/compare/v4.3.2...v4.3.3) (2023-04-14)
820

921

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.3",
3+
"version": "4.4.0",
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)