From c440165a155c51ff0e30f12a6d5ca3b669b99659 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:02:18 +0300 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eaf3f8..d775396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.3.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.3.0...v2.3.1) + +- Move to mysql2 to fix ci error [`a9b5dbd`](https://github.com/felixmosh/knex-on-duplicate-update/commit/a9b5dbd98a58914e26da27fe4fb0ab101b12e94c) +- Move to Github actions [`f1eeb00`](https://github.com/felixmosh/knex-on-duplicate-update/commit/f1eeb00ef400e58ede41f420af472c992d4a1bd9) +- Bump parse-url from 6.0.0 to 6.0.2 [`307df8f`](https://github.com/felixmosh/knex-on-duplicate-update/commit/307df8f80608c562ea19d4ea2b13ddc07a73466c) + #### [v2.3.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.2.0...v2.3.0) +> 10 May 2022 + - Bump deps [`79e7fc4`](https://github.com/felixmosh/knex-on-duplicate-update/commit/79e7fc42c20029f752b8133a3f2fc3a2f8beb4dc) +- Release 2.3.0 [`5c89168`](https://github.com/felixmosh/knex-on-duplicate-update/commit/5c8916847d2d2cb7ce4d40834b3fc48a215c61c5) - Update README.md [`3656a41`](https://github.com/felixmosh/knex-on-duplicate-update/commit/3656a41f5af012d502925c70e2b0a8ee1f4db5f5) -- Ask only regarding version when publishing [`8411344`](https://github.com/felixmosh/knex-on-duplicate-update/commit/84113442627e57fc1f80f69c3ecc3940fa117f4a) #### [v2.2.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.1.3...v2.2.0) diff --git a/package.json b/package.json index 5a037c6..0695853 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-on-duplicate-update", - "version": "2.3.0", + "version": "2.3.1", "description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.", "keywords": [ "knex",