diff --git a/CHANGELOG.md b/CHANGELOG.md index d61f294..6e19557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,26 @@ 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.5.1](https://github.com/felixmosh/knex-mock-client/compare/1.5.0...1.5.1) + +- Improve support for `first` & `pluck` methods, closes #3 [`#4`](https://github.com/felixmosh/knex-mock-client/pull/4) +- Improve support for `first` & `pluck` methods, closes #3 (#4) [`#3`](https://github.com/felixmosh/knex-mock-client/issues/3) +- Bump dev deps [`4159c33`](https://github.com/felixmosh/knex-mock-client/commit/4159c336ae14d6e1d29940506c87e9710caca0e9) +- Update README.md [`bd20cf1`](https://github.com/felixmosh/knex-mock-client/commit/bd20cf1b66337fee92dd29bbf9ffee9d8db64ac9) + +#### [1.5.0](https://github.com/felixmosh/knex-mock-client/compare/1.4.1...1.5.0) + +> 17 August 2021 + +- Improve support for `first` & `pluck` methods, closes #3 [`#3`](https://github.com/felixmosh/knex-mock-client/issues/3) +- Release 1.5.0 [`4ecd9ee`](https://github.com/felixmosh/knex-mock-client/commit/4ecd9ee78fe53d04de0356229f31066aca5ef71f) + #### [1.4.1](https://github.com/felixmosh/knex-mock-client/compare/1.4.0...1.4.1) +> 22 June 2021 + - fix: remove unused type [`5920e74`](https://github.com/felixmosh/knex-mock-client/commit/5920e742787dc8bffe05d5327dc40bc6bba18e3a) +- Release 1.4.1 [`d030163`](https://github.com/felixmosh/knex-mock-client/commit/d03016324060f5cd04f7397d9eb0ad418fd4f1f7) #### [1.4.0](https://github.com/felixmosh/knex-mock-client/compare/1.3.3...1.4.0) diff --git a/package.json b/package.json index 6aac216..516559e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-mock-client", - "version": "1.4.1", + "version": "1.5.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": {