Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed May 19, 2021
1 parent 6afddb8 commit dbdeafa
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,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).

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

- fix: readme example [`6afddb8`](https://github.com/felixmosh/knex-mock-client/commit/6afddb8ffbf91d5c3df1c8d27284df6f21b4d457)

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

> 17 May 2021
- Release 1.3.2 [`3936eea`](https://github.com/felixmosh/knex-mock-client/commit/3936eea6c268a3aa8e33df8df6cfb97c8bd49a4f)
- Update README.md [`1636aca`](https://github.com/felixmosh/knex-mock-client/commit/1636aca0c3a3f251f61dd60d596bf8f234c5f047)

#### [1.3.1](https://github.com/felixmosh/knex-mock-client/compare/1.3.0...1.3.1)
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.3.2",
"version": "1.3.3",
"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 dbdeafa

Please sign in to comment.