Skip to content

Commit 439d73a

Browse files
committed
Release 2.1.1
1 parent 26a8f0a commit 439d73a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +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.1.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.1.0...v2.1.1)
8+
9+
- fix: wrong return type of onDuplicateUpdate [`26a8f0a`](https://github.com/felixmosh/knex-on-duplicate-update/commit/26a8f0aa21a3793ce847607537ee59196d824eda)
10+
711
#### [v2.1.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.0.2...v2.1.0)
812

13+
> 21 April 2021
14+
915
- feat: Add columns names & types inference [`b9ed0ab`](https://github.com/felixmosh/knex-on-duplicate-update/commit/b9ed0ab5b32d75f52a6f881997f2babf72257c22)
16+
- Release 2.1.0 [`65c5c36`](https://github.com/felixmosh/knex-on-duplicate-update/commit/65c5c361e49149ed8be40aeb41885836f99a3e09)
1017

1118
#### [v2.0.2](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.0.1...v2.0.2)
1219

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.1.0",
3+
"version": "2.1.1",
44
"description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.",
55
"main": "lib/index.js",
66
"types": "types.d.ts",

0 commit comments

Comments
 (0)