diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f733ce..6ee0ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [3.0.0](https://github.com/felixmosh/knex-mock-client/compare/2.0.1...3.0.0) + +- major: drop support for Node < 18 [`418c58d`](https://github.com/felixmosh/knex-mock-client/commit/418c58d49484d0e1795a7b3bd3109c3427e2b6de) + #### [2.0.1](https://github.com/felixmosh/knex-mock-client/compare/2.0.0...2.0.1) +> 27 October 2023 + +- Release 2.0.1 [`ce5edbc`](https://github.com/felixmosh/knex-mock-client/commit/ce5edbc2ea8adfb34a1670c5bfea2925de082522) - 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) diff --git a/package.json b/package.json index 36ac475..66b9ff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-mock-client", - "version": "2.0.1", + "version": "3.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": {