From 56300c40199a72fe99b670a10d94f039c26fae45 Mon Sep 17 00:00:00 2001 From: Felix Mosheev <9304194+felixmosh@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:31:22 +0200 Subject: [PATCH] Release 1.6.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d0ca0..0cb2e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6.2](https://github.com/felixmosh/knex-mock-client/compare/1.6.1...1.6.2) + +- fix: Update knex peer dependeny [`#11`](https://github.com/felixmosh/knex-mock-client/pull/11) + #### [1.6.1](https://github.com/felixmosh/knex-mock-client/compare/1.6.0...1.6.1) +> 13 October 2021 + - Update readme [`656aece`](https://github.com/felixmosh/knex-mock-client/commit/656aece93a818cdaf1b57049f9985ae10087d360) +- Release 1.6.1 [`b625591`](https://github.com/felixmosh/knex-mock-client/commit/b6255910cb0c67b338408f11116da886a844c842) #### [1.6.0](https://github.com/felixmosh/knex-mock-client/compare/1.5.2...1.6.0) diff --git a/package.json b/package.json index f42c4af..b8301ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "knex-mock-client", - "version": "1.6.1", + "version": "1.6.2", "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": {