Skip to content

Commit 5c89168

Browse files
committed
Release 2.3.0
1 parent 79e7fc4 commit 5c89168

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.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.2.0...v2.3.0)
8+
9+
- Bump deps [`79e7fc4`](https://github.com/felixmosh/knex-on-duplicate-update/commit/79e7fc42c20029f752b8133a3f2fc3a2f8beb4dc)
10+
- Update README.md [`3656a41`](https://github.com/felixmosh/knex-on-duplicate-update/commit/3656a41f5af012d502925c70e2b0a8ee1f4db5f5)
11+
- Ask only regarding version when publishing [`8411344`](https://github.com/felixmosh/knex-on-duplicate-update/commit/84113442627e57fc1f80f69c3ecc3940fa117f4a)
12+
713
#### [v2.2.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.1.3...v2.2.0)
814

15+
> 12 April 2022
16+
917
- Bump deps [`49af489`](https://github.com/felixmosh/knex-on-duplicate-update/commit/49af4897a91f26fa026f0f4872be3f043fe90d33)
1018
- Add prettier [`9985634`](https://github.com/felixmosh/knex-on-duplicate-update/commit/998563442671e143a7aa2ea1f008312527f25956)
1119
- Bump node-fetch from 2.6.1 to 2.6.7 [`c326840`](https://github.com/felixmosh/knex-on-duplicate-update/commit/c326840e7578a4ec960d68d15a3256bb2791bac3)

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