Skip to content

Commit

Permalink
updated changelog and package.json in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Dtphelan1 committed Feb 7, 2024
1 parent 6939f45 commit 1946445
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions dist/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.5.3
- [non-functional] Created bug and feature issue templates in #177
- Added logic for using patientId & clientId URL parameters to in calls to `smart.authorize` in #178
- [non-functional] Made documentation changes fixing small typos and removing unnecessary text in `docs/open_servers.md` in #178
- [non-functional] Added an .nvmrc file suggesting node v14.21.3, lts/fermium, in #178

## v2.5.2
- Fix base64url encoding for PKCE #158
- Simplified the code and removed IE support for new SMART V2 features like PKCE and asymmetric authentication.
Expand Down
5 changes: 3 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "fhirclient",
"version": "2.5.2",
"version": "2.5.3",
"description": "JavaScript client for Fast Healthcare Interoperability Resources",
"author": "SMART Health IT <[email protected]> (https://smarthealthit.org/)",
"contributors": [
"Josh Mandel <[email protected]>",
"Vladimir Ignatov <[email protected]>"
"Vladimir Ignatov <[email protected]>",
"Dylan Phelan <[email protected]>"
],
"keywords": [
"SMART",
Expand Down

0 comments on commit 1946445

Please sign in to comment.