Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nunorafaelrocha committed Aug 17, 2018
1 parent e4fde22 commit bb7da97
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "objection-guid",
"version": "3.0.1",
"version": "3.0.2",
"description": "objection-guid",
"keywords": [
"guid",
Expand Down

0 comments on commit bb7da97

Please sign in to comment.