diff --git a/CHANGELOG.md b/CHANGELOG.md index 07604ff..b705b09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 9b31359..3bf335b 100644 --- a/package.json +++ b/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",