Skip to content

Commit 330fbe8

Browse files
committed
chore(release): 6.1.0 [skip ci]
# [6.1.0](v6.0.0...v6.1.0) (2025-06-06) ### Features * added declare for procedual plsql as keyword ([812dfec](812dfec))
1 parent afc0466 commit 330fbe8

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [6.1.0](https://github.com/scriptcoded/sql-highlight/compare/v6.0.0...v6.1.0) (2025-06-06)
2+
3+
4+
### Features
5+
6+
* added declare for procedual plsql as keyword ([812dfec](https://github.com/scriptcoded/sql-highlight/commit/812dfeca365f423450de09a1051295d0dd7edc4b))
7+
18
# [6.0.0](https://github.com/scriptcoded/sql-highlight/compare/v5.0.0...v6.0.0) (2024-07-02)
29

310

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: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "sql-highlight",
3-
"version": "6.0.0",
3+
"version": "6.1.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",
77
"repository": {
88
"type": "git",
99
"url": "git@github.com:scriptcoded/sql-highlight.git"
1010
},
11-
"files": ["/lib"],
11+
"files": [
12+
"/lib"
13+
],
1214
"engines": {
1315
"node": ">=14"
1416
},
@@ -19,9 +21,16 @@
1921
"lint": "biome check",
2022
"lint:fix": "biome check --write"
2123
},
22-
"keywords": ["sql", "syntax", "highlight", "highlighter"],
24+
"keywords": [
25+
"sql",
26+
"syntax",
27+
"highlight",
28+
"highlighter"
29+
],
2330
"author": "Malcolm Nihlén <malcolm.nihlen@gmail.com>",
24-
"contributors": ["pomahtuk"],
31+
"contributors": [
32+
"pomahtuk"
33+
],
2534
"funding": [
2635
"https://github.com/scriptcoded/sql-highlight?sponsor=1",
2736
{

0 commit comments

Comments
 (0)