Skip to content

Commit

Permalink
Release 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 24, 2022
1 parent 2cf7ccf commit aa84c20
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,9 +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.8.4](https://github.com/felixmosh/knex-mock-client/compare/1.8.3...1.8.4)

- fix: add beginTransaction and commitTransaction mocks to connection obj, closes #25 [`#26`](https://github.com/felixmosh/knex-mock-client/pull/26)
- fix: add beginTransaction and commitTransaction mocks to connection obj, closes #25 (#26) [`#25`](https://github.com/felixmosh/knex-mock-client/issues/25)

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

> 23 May 2022
- feat: add support for jest.useFakeTimers [`#24`](https://github.com/felixmosh/knex-mock-client/pull/24)
- Release 1.8.3 [`da237dc`](https://github.com/felixmosh/knex-mock-client/commit/da237dc8ed7c473ce6e9feaecb949b9c4d2582fe)

#### [1.8.2](https://github.com/felixmosh/knex-mock-client/compare/1.8.1...1.8.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.8.3",
"version": "1.8.4",
"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 aa84c20

Please sign in to comment.