From a61d4842eb041cec39e7fee2d77ae56eb90937b6 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Sun, 14 Apr 2024 10:17:01 +0300 Subject: [PATCH] Release 2.3.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d775396..6df3df3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.2](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.3.1...v2.3.2) + +- Bump @babel/traverse from 7.15.0 to 7.23.2 [`99f0423`](https://github.com/felixmosh/knex-on-duplicate-update/commit/99f04234cd72400d840b02cc618970ccdd56e747) +- Bump mysql2 from 2.3.3 to 3.9.4 [`c96d297`](https://github.com/felixmosh/knex-on-duplicate-update/commit/c96d297796d31284ceed4d17880edc44dd2a5bbb) +- Bump ip from 1.1.6 to 1.1.9 [`4534528`](https://github.com/felixmosh/knex-on-duplicate-update/commit/4534528f968d8637d138962032e5ee3692eab7f6) + #### [v2.3.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.3.0...v2.3.1) +> 2 August 2023 + - 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) diff --git a/package.json b/package.json index 70fa350..ddeed33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-on-duplicate-update", - "version": "2.3.1", + "version": "2.3.2", "description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.", "keywords": [ "knex",