Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Mar 5, 2023
1 parent 0bf5dd7 commit 938315a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ 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).

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

- Make MockClient.tracker non-static [`#41`](https://github.com/felixmosh/knex-mock-client/pull/41)
- Save Tracker instance on client.driver to support concurrent tests, based on #41 [`0bf5dd7`](https://github.com/felixmosh/knex-mock-client/commit/0bf5dd7aa35d58eca4a0e2844b74bf6cb3882be1)
- Create FUNDING.yml [`3f104dd`](https://github.com/felixmosh/knex-mock-client/commit/3f104dd1320f162ba3dfc2099b02e302c267080c)

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

> 28 November 2022
- support Error instances in simulateError [`#36`](https://github.com/felixmosh/knex-mock-client/pull/36)
- Release 1.11.0 [`2e14eee`](https://github.com/felixmosh/knex-mock-client/commit/2e14eeefc2708d08f389f357ee9ac981a2590ed0)

#### [1.10.0](https://github.com/felixmosh/knex-mock-client/compare/1.9.0...1.10.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-mock-client",
"version": "1.11.0",
"version": "2.0.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 938315a

Please sign in to comment.