Skip to content

Commit 9f9fbe3

Browse files
committed
chore(release): 5.0.0-beta.1 [skip ci]
# [5.0.0-beta.1](v4.4.0...v5.0.0-beta.1) (2023-10-24) ### Features * add support for Node.js 20 ([eb12c85](eb12c85)) ### BREAKING CHANGES * Dropping support for Node.js 14
1 parent eb12c85 commit 9f9fbe3

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
@@ -1,3 +1,15 @@
1+
# [5.0.0-beta.1](https://github.com/scriptcoded/sql-highlight/compare/v4.4.0...v5.0.0-beta.1) (2023-10-24)
2+
3+
4+
### Features
5+
6+
* add support for Node.js 20 ([eb12c85](https://github.com/scriptcoded/sql-highlight/commit/eb12c85f9c16455dce05b4044763e3e924085409))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Dropping support for Node.js 14
12+
113
## [4.3.2](https://github.com/scriptcoded/sql-highlight/compare/v4.3.1...v4.3.2) (2023-03-16)
214

315
### Bug Fixes

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.4.0",
3+
"version": "5.0.0-beta.1",
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)