Skip to content

Commit

Permalink
Release 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Nov 21, 2022
1 parent 22f1799 commit 690f296
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,10 +4,19 @@ 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.5](https://github.com/felixmosh/knex-mock-client/compare/1.8.4...1.8.5)

- Document callback handlers for response and responseOnce [`#31`](https://github.com/felixmosh/knex-mock-client/pull/31)
- Update README.md [`5efcfe3`](https://github.com/felixmosh/knex-mock-client/commit/5efcfe3f0db550137f9ae52b599e5dbbf1a9c0cc)
- Make `on` & `history` properties type safer [`22f1799`](https://github.com/felixmosh/knex-mock-client/commit/22f17995564b26331ef2c8b6cbf60d1c23110ce2)

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

> 24 May 2022
- 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)
- Release 1.8.4 [`aa84c20`](https://github.com/felixmosh/knex-mock-client/commit/aa84c20809291974260bbc3aec9005a01c38d889)

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

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.4",
"version": "1.8.5",
"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 690f296

Please sign in to comment.