diff --git a/CHANGELOG.md b/CHANGELOG.md index e593f61..b4f0167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.2](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.1.1...v2.1.2) + +- Bump hosted-git-info from 2.8.8 to 2.8.9 [`#10`](https://github.com/felixmosh/knex-on-duplicate-update/pull/10) +- Bump browserslist from 4.16.3 to 4.16.6 [`4a1c802`](https://github.com/felixmosh/knex-on-duplicate-update/commit/4a1c8027a96b6a500c8cc399c07bd4461fd5ad5e) + #### [v2.1.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.1.0...v2.1.1) +> 21 April 2021 + +- Release 2.1.1 [`439d73a`](https://github.com/felixmosh/knex-on-duplicate-update/commit/439d73ac1f7f56e2429d7de2e1c94cd46db44150) - fix: wrong return type of onDuplicateUpdate [`26a8f0a`](https://github.com/felixmosh/knex-on-duplicate-update/commit/26a8f0aa21a3793ce847607537ee59196d824eda) #### [v2.1.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.0.2...v2.1.0) diff --git a/package.json b/package.json index 8c83832..4f9be41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-on-duplicate-update", - "version": "2.1.1", + "version": "2.1.2", "description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.", "main": "lib/index.js", "types": "types.d.ts",