Skip to content

Commit

Permalink
chore(master): release 4.2.1 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 16, 2022
1 parent 997ee9d commit 6c7faee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

* mixed case keyword matching ([#47](https://github.com/scriptcoded/sql-highlight/issues/47)) ([f848a14](https://github.com/scriptcoded/sql-highlight/commit/f848a140d43df140e77e003a0c6914b61560e708))

## [4.2.1](https://github.com/scriptcoded/sql-highlight/compare/v4.2.0...v4.2.1) (2022-08-16)


### Bug Fixes

* don't break on nested segments ([#62](https://github.com/scriptcoded/sql-highlight/issues/62)) ([997ee9d](https://github.com/scriptcoded/sql-highlight/commit/997ee9deb9d25f48ce2b20c78c13ea22798fe8c4))

## [4.2.0](https://github.com/scriptcoded/sql-highlight/compare/v4.1.1...v4.2.0) (2022-08-08)


Expand Down
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "4.2.1",
"description": "A simple and lightweight syntax highlighting library for SQL",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 6c7faee

Please sign in to comment.