Skip to content

Commit 236a7d1

Browse files
committed
Release 2.1.3
1 parent 224bde5 commit 236a7d1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ 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.3](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.1.2...v2.1.3)
8+
9+
- Bump dev deps [`c8e091c`](https://github.com/felixmosh/knex-on-duplicate-update/commit/c8e091c62fc88b7d96a7e95517caacd70ed3ad89)
10+
- Bump path-parse from 1.0.6 to 1.0.7 [`e3d08ad`](https://github.com/felixmosh/knex-on-duplicate-update/commit/e3d08add12c12f053855f65a9e12851b1dac1b91)
11+
- Bump trim-newlines from 3.0.0 to 3.0.1 [`548ae77`](https://github.com/felixmosh/knex-on-duplicate-update/commit/548ae7775603549ebaa861062f778b650b9e4337)
12+
713
#### [v2.1.2](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.1.1...v2.1.2)
814

15+
> 25 May 2021
16+
917
- Bump hosted-git-info from 2.8.8 to 2.8.9 [`#10`](https://github.com/felixmosh/knex-on-duplicate-update/pull/10)
1018
- Bump browserslist from 4.16.3 to 4.16.6 [`4a1c802`](https://github.com/felixmosh/knex-on-duplicate-update/commit/4a1c8027a96b6a500c8cc399c07bd4461fd5ad5e)
19+
- Release 2.1.2 [`960dea3`](https://github.com/felixmosh/knex-on-duplicate-update/commit/960dea32b9bf417284bcdffd76384825ceeee1ee)
1120

1221
#### [v2.1.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.1.0...v2.1.1)
1322

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knex-on-duplicate-update",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
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",
@@ -51,7 +51,10 @@
5151
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs"
5252
},
5353
"hooks": {
54-
"before:init": ["yarn test", "yarn test:types"],
54+
"before:init": [
55+
"yarn test",
56+
"yarn test:types"
57+
],
5558
"after:bump": "npx auto-changelog -p"
5659
},
5760
"github": {

0 commit comments

Comments
 (0)