From ce5edbc2ea8adfb34a1670c5bfea2925de082522 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Fri, 27 Oct 2023 21:11:48 +0300 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3000968..2f733ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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) +#### [2.0.1](https://github.com/felixmosh/knex-mock-client/compare/2.0.0...2.0.1) + +- fix: change peer deps to be more than 2.0.0 [`1f09ce4`](https://github.com/felixmosh/knex-mock-client/commit/1f09ce4434761902bd2abca1fb35d559908ec806) +- Update README.md [`49bba8d`](https://github.com/felixmosh/knex-mock-client/commit/49bba8d5efbcdee922b09a380be3ea697c1539c9) + +### [2.0.0](https://github.com/felixmosh/knex-mock-client/compare/1.11.0...2.0.0) + +> 5 March 2023 - 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) +- Release 2.0.0 [`938315a`](https://github.com/felixmosh/knex-mock-client/commit/938315a8d7326caf9717ef4945f3e708458db993) - 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) diff --git a/package.json b/package.json index 8ce99b0..77401d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-mock-client", - "version": "2.0.0", + "version": "2.0.1", "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": {