Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 6bfd49b

Browse files
authored
chore: release note v4.3.1 (#620)
1 parent 0c414b3 commit 6bfd49b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [4.3.1](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v4.3.0...v4.3.1) (2022-05-04)
6+
7+
### Bug Fixes
8+
9+
* Dependency version bump: simple-git, moment, urjis, async [#608](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/3d6f249bd3f07715c00c2a7b3f75a4b4485f9fb0) [#609](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/65b0552ecc6dd5ebcffb057220377bf90ba15912) [#612](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/0cb2c574d8cad24d53fdbf839da04b79d00da862)
10+
11+
* Clean up unused test files [#618](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/0c414b39d3bcf53e30f6dd272166d9659080129b)
12+
513
## [4.3.0](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v4.2.0...v4.3.0) (2022-04-06)
614

715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fhir-works-on-aws-deployment",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "FHIR Works on AWS deployment",
55
"stackname": "fhir-works-on-aws-deployment",
66
"main": "src/index.ts",

serverless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ provider:
5959
!Join ['', ['https://', !Ref UserPoolDomain, !Sub '.auth.${AWS::Region}.amazoncognito.com/oauth2']]
6060
EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket
6161
EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn
62-
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v4.3.0'
62+
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v4.3.1'
6363
VALIDATOR_LAMBDA_ALIAS: !If
6464
- isUsingHapiValidator
6565
- !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}'

0 commit comments

Comments
 (0)