Skip to content

Commit a61d484

Browse files
committed
Release 2.3.2
1 parent d050743 commit a61d484

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.3.2](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.3.1...v2.3.2)
8+
9+
- Bump @babel/traverse from 7.15.0 to 7.23.2 [`99f0423`](https://github.com/felixmosh/knex-on-duplicate-update/commit/99f04234cd72400d840b02cc618970ccdd56e747)
10+
- Bump mysql2 from 2.3.3 to 3.9.4 [`c96d297`](https://github.com/felixmosh/knex-on-duplicate-update/commit/c96d297796d31284ceed4d17880edc44dd2a5bbb)
11+
- Bump ip from 1.1.6 to 1.1.9 [`4534528`](https://github.com/felixmosh/knex-on-duplicate-update/commit/4534528f968d8637d138962032e5ee3692eab7f6)
12+
713
#### [v2.3.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.3.0...v2.3.1)
814

15+
> 2 August 2023
16+
917
- Move to mysql2 to fix ci error [`a9b5dbd`](https://github.com/felixmosh/knex-on-duplicate-update/commit/a9b5dbd98a58914e26da27fe4fb0ab101b12e94c)
1018
- Move to Github actions [`f1eeb00`](https://github.com/felixmosh/knex-on-duplicate-update/commit/f1eeb00ef400e58ede41f420af472c992d4a1bd9)
1119
- Bump parse-url from 6.0.0 to 6.0.2 [`307df8f`](https://github.com/felixmosh/knex-on-duplicate-update/commit/307df8f80608c562ea19d4ea2b13ddc07a73466c)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knex-on-duplicate-update",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.",
55
"keywords": [
66
"knex",

0 commit comments

Comments
 (0)