Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
chore(release): 1.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.4](v1.1.3...v1.1.4) (2021-03-21)

### Bug Fixes

* adjust data request format of health office key ([8fcf3eb](8fcf3eb))
  • Loading branch information
semantic-release-bot committed Mar 21, 2021
1 parent 8fcf3eb commit f8434d6
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 14 deletions.
4 changes: 2 additions & 2 deletions dist/index.test.js

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

2 changes: 1 addition & 1 deletion dist/index.test.js.map

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

10 changes: 5 additions & 5 deletions dist/lib/Iris.js

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

2 changes: 1 addition & 1 deletion dist/lib/Iris.js.map

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

2 changes: 1 addition & 1 deletion dist/lib/crypto.js

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

2 changes: 1 addition & 1 deletion dist/lib/crypto.js.map

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

2 changes: 1 addition & 1 deletion dist/types/IrisCodeKeyMap.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import IrisDataRequestDTO from './dto/IrisDataRequestDTO';
import IrisCode from './IrisCode';
declare type IrisCodeKeyMap = Map<IrisCode, Pick<IrisDataRequestDTO, 'keyOfHealthDepartment' | 'keyReferenz'>>;
declare type IrisCodeKeyMap = Map<IrisCode, Pick<IrisDataRequestDTO, 'key' | 'keyReferenz'>>;
export default IrisCodeKeyMap;
2 changes: 1 addition & 1 deletion dist/types/dto/IrisDataRequestDTO.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default interface IrisDataRequestDTO {
healthDepartment: string;
keyOfHealthDepartment: string;
key: string;
keyReferenz: string;
start?: string;
end?: string;
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.4](https://github.com/InOG-projects/IRIS-library-js/compare/v1.1.3...v1.1.4) (2021-03-21)


### Bug Fixes

* adjust data request format of health office key ([8fcf3eb](https://github.com/InOG-projects/IRIS-library-js/commit/8fcf3ebf3a69d693cea9f76180017e10622a277a))

## [1.1.3](https://github.com/InOG-projects/IRIS-library-js/compare/v1.1.2...v1.1.3) (2021-03-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"type": "git",
"url": "https://github.com/InOG-projects/IRIS-library-js.git"
},
"version": "1.1.3",
"version": "1.1.4",
"dependencies": {
"axios": "^0.21.1"
},
Expand Down

0 comments on commit f8434d6

Please sign in to comment.