From 282f1821c0a47334d84a691cb6b6f61295bc0b40 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Mon, 21 Nov 2022 18:58:10 +0200 Subject: [PATCH] Release 1.9.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fad6b..36afa97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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.9.0](https://github.com/felixmosh/knex-mock-client/compare/1.8.5...1.9.0) + +- Keep track of transaction information [`#35`](https://github.com/felixmosh/knex-mock-client/pull/35) + #### [1.8.5](https://github.com/felixmosh/knex-mock-client/compare/1.8.4...1.8.5) +> 21 November 2022 + - Document callback handlers for response and responseOnce [`#31`](https://github.com/felixmosh/knex-mock-client/pull/31) +- Release 1.8.5 [`690f296`](https://github.com/felixmosh/knex-mock-client/commit/690f2967127edd0e75ebfc5fcedfba9926adea8b) - 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) diff --git a/package.json b/package.json index 2503c47..d388217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-mock-client", - "version": "1.8.5", + "version": "1.9.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": {