Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Apr 21, 2021
1 parent b9ed0ab commit 65c5c36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,9 +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.1.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.0.2...v2.1.0)

- feat: Add columns names & types inference [`b9ed0ab`](https://github.com/felixmosh/knex-on-duplicate-update/commit/b9ed0ab5b32d75f52a6f881997f2babf72257c22)

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

> 9 March 2021
- Improve value type when override object mode is used [`82e2205`](https://github.com/felixmosh/knex-on-duplicate-update/commit/82e22054e33b0eaeac873752cc625cf0993ffbed)
- Release 2.0.2 [`0c55c58`](https://github.com/felixmosh/knex-on-duplicate-update/commit/0c55c58839d6ccae877b0328b7bfab0cf6f7d1d8)

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knex-on-duplicate-update",
"version": "2.0.2",
"version": "2.1.0",
"description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.",
"main": "lib/index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit 65c5c36

Please sign in to comment.