Skip to content

Commit 4bb8fee

Browse files
committed
Release 2.3.3
1 parent c3ca688 commit 4bb8fee

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,18 @@ 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.3](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.3.2...v2.3.3)
8+
9+
- feat: bump deps [`c3ca688`](https://github.com/felixmosh/knex-on-duplicate-update/commit/c3ca68875afa5b53a37713fe7ad77c5b717fe469)
10+
- Bump mysql2 from 3.9.4 to 3.9.7 [`e7709f8`](https://github.com/felixmosh/knex-on-duplicate-update/commit/e7709f863199ef856690b39cb45196d99765f36a)
11+
712
#### [v2.3.2](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.3.1...v2.3.2)
813

14+
> 14 April 2024
15+
916
- Bump @babel/traverse from 7.15.0 to 7.23.2 [`99f0423`](https://github.com/felixmosh/knex-on-duplicate-update/commit/99f04234cd72400d840b02cc618970ccdd56e747)
1017
- 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)
18+
- Release 2.3.2 [`a61d484`](https://github.com/felixmosh/knex-on-duplicate-update/commit/a61d4842eb041cec39e7fee2d77ae56eb90937b6)
1219

1320
#### [v2.3.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.3.0...v2.3.1)
1421

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.2",
3+
"version": "2.3.3",
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)