Skip to content

Commit 74fd3e9

Browse files
github-actions[bot]scriptcoded
authored andcommitted
chore(master): release 4.3.0
1 parent 3f7b3c6 commit 74fd3e9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
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.3.0](https://github.com/scriptcoded/sql-highlight/compare/v4.2.2...v4.3.0) (2023-01-13)
9+
10+
11+
### Features
12+
13+
* escape HTML entities ([672fc9c](https://github.com/scriptcoded/sql-highlight/commit/672fc9cd8d4bd1595b403fbca70eca9a3e2020ef)), closes [#90](https://github.com/scriptcoded/sql-highlight/issues/90)
14+
815
## [4.2.2](https://github.com/scriptcoded/sql-highlight/compare/v4.2.1...v4.2.2) (2022-12-22)
916

1017

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sql-highlight",
3-
"version": "4.2.2",
3+
"version": "4.3.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)