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

Commit

Permalink
chore(release): 2.1.0-smart (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmayda authored Aug 17, 2021
1 parent 7dd2634 commit d8644eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.

## [2.1.0-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v2.0.0-smart...v2.1.0-smart) (2021-08-17)


### Features

* Update dependencies ([#410](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/410)) ([0bbbad3](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/0bbbad3aa6dbdd84d2ee7e9303f020a5fab5531f))
* "authz-smart": [2.1.1](https://github.com/awslabs/fhir-works-on-aws-authz-smart/compare/v2.0.0...v2.1.1)
* Ability to use token introspection instead of jwt verification
* "interface": [9.1.0](https://github.com/awslabs/fhir-works-on-aws-interface/compare/v9.0.0...v9.1.0)
* "persistence-ddb": [3.6.1](https://github.com/awslabs/fhir-works-on-aws-persistence-ddb/compare/v3.5.0...v3.6.1)
* Use bulk ES API for sync with DynamoDB
* "routing": [5.4.4](https://github.com/awslabs/fhir-works-on-aws-routing/compare/v5.4.1...v5.4.4)
* "search-es": [3.2.1](https://github.com/awslabs/fhir-works-on-aws-search-es/compare/v3.0.0...v3.2.1)
* Handle uris correctly, support OR search parameter

## [2.0.0-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v1.1.0-smart...v2.0.0-smart) (2021-06-25)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhir-works-on-aws-deployment",
"version": "2.0.0-smart",
"version": "2.1.0-smart",
"description": "FHIR Works on AWS deployment with SMART",
"stackname": "fhir-works-on-aws-deployment",
"main": "src/index.ts",
Expand Down

0 comments on commit d8644eb

Please sign in to comment.