Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit bfe254a

Browse files
chore(master): release 0.1.1
1 parent 0ce7ef8 commit bfe254a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/miracum/fhir-pseudonymization-operations-ig/compare/v0.1.0...v0.1.1) (2024-10-09)
4+
5+
6+
### Features
7+
8+
* first version ([6b463b2](https://github.com/miracum/fhir-pseudonymization-operations-ig/commit/6b463b2cd678ebfc9f540e283d088fdbfc71476d))
9+
10+
11+
### Bug Fixes
12+
13+
* config ([0ce7ef8](https://github.com/miracum/fhir-pseudonymization-operations-ig/commit/0ce7ef8f74394af87340a372cac0d65d34572672))
14+
* use generic type ([fb7ddc3](https://github.com/miracum/fhir-pseudonymization-operations-ig/commit/fb7ddc3086966aba3e68075c459851a7591ccf84))

PseudonymizationIG/sushi-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: PseudonymizationIG
99
# title: Example Title
1010
# description: Example Implementation Guide for getting started with SUSHI
1111
status: draft # draft | active | retired | unknown
12-
version: 0.1.0 # x-release-please-version
12+
version: 0.1.1 # x-release-please-version
1313
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
1414
copyrightYear: 2024+
1515
releaseLabel: ci-build

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)