From bb7da97a985b784b05675e6129aae206e9619d25 Mon Sep 17 00:00:00 2001 From: Nuno Rafael Rocha Date: Fri, 17 Aug 2018 16:44:17 +0100 Subject: [PATCH] Release 3.0.2 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 102cf75..9f06fab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ # Changelog +## [v3.0.2](https://github.com/seegno/objection-guid/tree/v3.0.2) (2018-08-17) +[Full Changelog](https://github.com/seegno/objection-guid/compare/v3.0.1...v3.0.2) + +**Merged pull requests:** + +- Fix uuid to uuid/v4 [\#25](https://github.com/seegno/objection-guid/pull/25) ([rivertam](https://github.com/rivertam)) +- Fix mistake in example in README.md [\#24](https://github.com/seegno/objection-guid/pull/24) ([rivertam](https://github.com/rivertam)) +- Add prettier code formatter [\#23](https://github.com/seegno/objection-guid/pull/23) ([nunorafaelrocha](https://github.com/nunorafaelrocha)) +- Fix lint script [\#22](https://github.com/seegno/objection-guid/pull/22) ([nunorafaelrocha](https://github.com/nunorafaelrocha)) + ## [v3.0.1](https://github.com/seegno/objection-guid/tree/v3.0.1) (2018-04-26) [Full Changelog](https://github.com/seegno/objection-guid/compare/v3.0.0...v3.0.1) **Merged pull requests:** -- Pass entity context to the generateGuid function [\#21](https://github.com/seegno/objection-guid/pull/21) ([MichalB](https://github.com/MichalB)) +- Pass entity context to the generateGuid function [\#21](https://github.com/seegno/objection-guid/pull/21) ([misablaha](https://github.com/misablaha)) - Update README with custom values section [\#20](https://github.com/seegno/objection-guid/pull/20) ([nunorafaelrocha](https://github.com/nunorafaelrocha)) ## [v3.0.0](https://github.com/seegno/objection-guid/tree/v3.0.0) (2018-03-01) diff --git a/package-lock.json b/package-lock.json index e32970a..7fa5240 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "objection-guid", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "dependencies": { "abab": { diff --git a/package.json b/package.json index dafe51e..e98bad3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "objection-guid", - "version": "3.0.1", + "version": "3.0.2", "description": "objection-guid", "keywords": [ "guid",