Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 11, 2021
1 parent fcbb825 commit 8b0388f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@ 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.2.0](https://github.com/felixmosh/knex-mock-client/compare/1.1.0...1.2.0)

- feat: Add support for response as a function [`fcbb825`](https://github.com/felixmosh/knex-mock-client/commit/fcbb825a01f7ba39837d006571419beec0a0caec)

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

> 10 May 2021
- feat: add support for Raw method type [`7643786`](https://github.com/felixmosh/knex-mock-client/commit/764378626cebf1193427e08478e484d151de6865)
- Release 1.1.0 [`de8bc4a`](https://github.com/felixmosh/knex-mock-client/commit/de8bc4af88fa3714893e80c5f49d897d8aec2f0f)
- fix: Remove driverName so knex won't try to initialize it [`31cef36`](https://github.com/felixmosh/knex-mock-client/commit/31cef364f5f0101aa8e3e896e45270ff14a8667e)
- fix typo in README.md [`bd468da`](https://github.com/felixmosh/knex-mock-client/commit/bd468daf41b7e3221e16a109c8d89662a0d51621)

#### [1.0.2](https://github.com/felixmosh/knex-mock-client/compare/1.0.1...1.0.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.1.0",
"version": "1.2.0",
"description": "A mock client for knex which allows you to write tests with DB interactions",
"license": "MIT",
"author": "felixmosh",
Expand Down

0 comments on commit 8b0388f

Please sign in to comment.