Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.1](v3.0.0...v3.0.1) (2022-03-23)

### Bug Fixes

* add netstandard20 build for issue [#128](#128) also add net5.0 ([b735a69](b735a69))
  • Loading branch information
release-bot committed Mar 23, 2022
1 parent b735a69 commit 074d588
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.1](https://github.com/informatievlaanderen/deterministic-guid-generator/compare/v3.0.0...v3.0.1) (2022-03-23)


### Bug Fixes

* add netstandard20 build for issue [#128](https://github.com/informatievlaanderen/deterministic-guid-generator/issues/128) also add net5.0 ([b735a69](https://github.com/informatievlaanderen/deterministic-guid-generator/commit/b735a69f6b9a8a6bb7454d11c03532f02e966130))

# [3.0.0](https://github.com/informatievlaanderen/deterministic-guid-generator/compare/v2.2.12...v3.0.0) (2022-03-23)


Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0",
"version": "3.0.1",
"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 074d588

Please sign in to comment.