Skip to content

Commit 9ac3f1c

Browse files
chore(release): 4.0.4 [skip ci]
## [4.0.4](v4.0.3...v4.0.4) (2022-07-23) ### Bug Fixes * revert keyword typo ([b887c52](b887c52)), closes [#36](#36)
1 parent b887c52 commit 9ac3f1c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.4](https://github.com/scriptcoded/sql-highlight/compare/v4.0.3...v4.0.4) (2022-07-23)
2+
3+
4+
### Bug Fixes
5+
6+
* revert keyword typo ([b887c52](https://github.com/scriptcoded/sql-highlight/commit/b887c52cae1571ef71ef5ab79c0607d339b4391d)), closes [#36](https://github.com/scriptcoded/sql-highlight/issues/36)
7+
18
## [4.0.3](https://github.com/scriptcoded/sql-highlight/compare/v4.0.2...v4.0.3) (2022-07-23)
29

310

package-lock.json

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