From 1066455d1f1b72ea5764d647777ccd21eb317e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gon=C3=A7alves?= Date: Fri, 15 May 2020 15:48:01 +0100 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6d828..d8b09fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v1.2.1](https://github.com/seegno/objection-unique/tree/v1.2.1) (2020-05-15) +[Full Changelog](https://github.com/seegno/objection-unique/compare/v1.2.0...v1.2.1) + +**Merged pull requests:** + +- Fix knex getter when undefined on model class [\#27](https://github.com/seegno/objection-unique/pull/27) ([nunovieira220](https://github.com/nunovieira220)) +- Fix bug with null values in compound keys [\#22](https://github.com/seegno/objection-unique/pull/22) ([PatrickLef](https://github.com/PatrickLef)) + ## [v1.2.0](https://github.com/seegno/objection-unique/tree/v1.2.0) (2019-10-01) [Full Changelog](https://github.com/seegno/objection-unique/compare/v1.1.0...v1.2.0) diff --git a/package-lock.json b/package-lock.json index 0571293..3768f5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "objection-unique", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 02fa25d..eb57d80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "objection-unique", - "version": "1.2.0", + "version": "1.2.1", "description": "objection-unique", "keywords": [ "entity",