Skip to content

Commit ce40ce5

Browse files
authored
Merge pull request #10 from vintasoftware/v1.1.0-release
1.1.0 release
2 parents 01b0995 + 3c83f9c commit ce40ce5

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0]
9+
10+
### Added
11+
12+
- **[VCI Directory](https://github.com/the-commons-project/vci-directory) support**: `SHC` validation using `SHCReader` now supports the usage of public directories for public key resolution and for revocation status check
13+
- **Revocation identifier support**: `SHCIssuer` can now issue `SHC` with a `rid` (revocation identifier) value, which can be used to determine if that SMART Health Card has been revoked
14+
815
## [1.0.2]
916

1017
### Fixed

demo/medplum-shl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shl-demo",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

demo/shc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kill-the-clipboard-demo",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"description": "Demo application demonstrating SMART Health Cards QR code generation and scanning - FOR TESTING ONLY",
66
"type": "module",

demo/shl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shl-demo",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kill-the-clipboard",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "JavaScript/TypeScript universal (browser and node) library to generate QR codes containing medical records for patients to share with providers. Implements both the SMART Health Cards Framework and SMART Health Links Protocol for handling FHIR-based medical records.",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)