Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 25, 2021
1 parent 4a1c802 commit 960dea3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 960dea3

Please sign in to comment.