Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Aug 17, 2021
1 parent 4159c33 commit 9f1dcd3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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.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": {
Expand Down

0 comments on commit 9f1dcd3

Please sign in to comment.