From 38e9cc341afa103088e315b6cae885e55fd4ea7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 10:32:07 +0000 Subject: [PATCH] chore(master): release 4.3.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffbb69a..eaa26ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.1](https://github.com/scriptcoded/sql-highlight/compare/v4.3.0...v4.3.1) (2023-02-16) + + +### Miscellaneous Chores + +* release 4.3.1 ([a66db9e](https://github.com/scriptcoded/sql-highlight/commit/a66db9e149f770cbf14b003de201465c8a0e8adf)) + ## [4.3.0](https://github.com/scriptcoded/sql-highlight/compare/v4.2.2...v4.3.0) (2023-01-13) diff --git a/package-lock.json b/package-lock.json index e94502e..0fdd788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sql-highlight", - "version": "4.3.0", + "version": "4.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sql-highlight", - "version": "4.3.0", + "version": "4.3.1", "funding": [ "https://github.com/scriptcoded/sql-highlight?sponsor=1", { diff --git a/package.json b/package.json index c253402..cc3e31b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sql-highlight", - "version": "4.3.0", + "version": "4.3.1", "description": "A simple and lightweight library for highlighting SQL queries written in pure JavaScript", "main": "lib/index.js", "types": "./lib/index.d.ts",