Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Jun 22, 2021
1 parent 1848b34 commit 07595e1
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).

#### [1.4.0](https://github.com/felixmosh/knex-mock-client/compare/1.3.3...1.4.0)

- feat: add `any` handler to work on any type of query, fixes #2 [`#2`](https://github.com/felixmosh/knex-mock-client/issues/2)
- Make release more automatic [`1848b34`](https://github.com/felixmosh/knex-mock-client/commit/1848b3425ddab1e56cf0e23cf75df177b7d0b727)

#### [1.3.3](https://github.com/felixmosh/knex-mock-client/compare/1.3.2...1.3.3)

> 19 May 2021
- Release 1.3.3 [`dbdeafa`](https://github.com/felixmosh/knex-mock-client/commit/dbdeafa18c96ac46e91a08e689c43666485d9c08)
- fix: readme example [`6afddb8`](https://github.com/felixmosh/knex-mock-client/commit/6afddb8ffbf91d5c3df1c8d27284df6f21b4d457)

#### [1.3.2](https://github.com/felixmosh/knex-mock-client/compare/1.3.1...1.3.2)
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-mock-client",
"version": "1.3.3",
"version": "1.4.0",
"description": "A mock client for knex which allows you to write tests with DB interactions",
"homepage": "https://github.com/felixmosh/knex-mock-client#readme",
"bugs": {
Expand Down

0 comments on commit 07595e1

Please sign in to comment.