Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 11, 2021
1 parent 00dfdb8 commit 516a3a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/felixmosh/knex-mock-client/compare/1.2.0...1.2.1)

- Add homepage urls [`00dfdb8`](https://github.com/felixmosh/knex-mock-client/commit/00dfdb8310536dff218b6dbcf86f46fd1a575380)

#### [1.2.0](https://github.com/felixmosh/knex-mock-client/compare/1.1.0...1.2.0)

> 11 May 2021
- feat: Add support for response as a function [`fcbb825`](https://github.com/felixmosh/knex-mock-client/commit/fcbb825a01f7ba39837d006571419beec0a0caec)
- Release 1.2.0 [`8b0388f`](https://github.com/felixmosh/knex-mock-client/commit/8b0388f25736611fa0e25a5b4a6a9cab99df7901)

#### [1.1.0](https://github.com/felixmosh/knex-mock-client/compare/1.0.2...1.1.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.2.0",
"version": "1.2.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 516a3a0

Please sign in to comment.