Skip to content

Commit

Permalink
chore(release): 5.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
scriptsbot committed Oct 24, 2023
1 parent eb12c85 commit 9f9fbe3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [5.0.0-beta.1](https://github.com/scriptcoded/sql-highlight/compare/v4.4.0...v5.0.0-beta.1) (2023-10-24)


### Features

* add support for Node.js 20 ([eb12c85](https://github.com/scriptcoded/sql-highlight/commit/eb12c85f9c16455dce05b4044763e3e924085409))


### BREAKING CHANGES

* Dropping support for Node.js 14

## [4.3.2](https://github.com/scriptcoded/sql-highlight/compare/v4.3.1...v4.3.2) (2023-03-16)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sql-highlight",
"version": "4.4.0",
"version": "5.0.0-beta.1",
"description": "A simple and lightweight library for highlighting SQL queries written in pure JavaScript",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 9f9fbe3

Please sign in to comment.