Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.0.0](v3.0.0...v4.0.0) (2024-10-25)

### Features

* add validatity to niscodes ([625cfad](625cfad))

### BREAKING CHANGES

* NisCode reader now returns a List<OrganisationNisCode>
instead of Dictionary<string, string>
  • Loading branch information
basisregisters-vlaanderen committed Oct 25, 2024
1 parent 625cfad commit d09ec30
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/informatievlaanderen/niscode-service/compare/v3.0.0...v4.0.0) (2024-10-25)


### Features

* add validatity to niscodes ([625cfad](https://github.com/informatievlaanderen/niscode-service/commit/625cfadb3620c00196342b892c2867a2c68d634b))


### BREAKING CHANGES

* NisCode reader now returns a List<OrganisationNisCode>
instead of Dictionary<string, string>

# [3.0.0](https://github.com/informatievlaanderen/niscode-service/compare/v2.0.0...v3.0.0) (2024-07-29)


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": "niscode-service",
"version": "3.0.0",
"version": "4.0.0",
"description": "A service to get a nis code given an ovo code.",
"author": "Basisregisters Vlaanderen",
"license": "EUPL-1.2",
Expand Down

0 comments on commit d09ec30

Please sign in to comment.