Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.1...v2.0.0) (2019-11-18)

### Code Refactoring

* upgrade to .net core 3 ([12f2934](12f2934))

### BREAKING CHANGES

* Upgrade to .NET Core 3
  • Loading branch information
release-bot committed Nov 18, 2019
1 parent 12f2934 commit d48cf1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/informatievlaanderen/deterministic-guid-generator/compare/v1.1.1...v2.0.0) (2019-11-18)


### Code Refactoring

* upgrade to .net core 3 ([12f2934](https://github.com/informatievlaanderen/deterministic-guid-generator/commit/12f2934))


### BREAKING CHANGES

* Upgrade to .NET Core 3

## [1.1.1](https://github.com/informatievlaanderen/deterministic-guid-generator/compare/v1.1.0...v1.1.1) (2019-10-28)


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": "deterministic-guid-generator",
"version": "1.1.1",
"version": "2.0.0",
"description": "Create a deterministic GUID based on namespace Guid, a string and an optional version.",
"author": "Basisregisters Vlaanderen",
"license": "MIT",
Expand Down

0 comments on commit d48cf1c

Please sign in to comment.