Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Aug 27, 2024
1 parent 23b443d commit a03a40b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions dist/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.5.4
- Fixed double port issue preventing this library from working with NextJs - #186
- The `includeResponse` now works for update requests with empty response - #162
- Fixed some CVEs - #185
- Upgraded most dev dependencies to their latest usable version
- Detect if the app is running without a secure context and throw an error to complain about it - #183
- Custom headers are now propagated to sub-requests for resolving references - #184

## v2.5.3
- [non-functional] Created bug and feature issue templates in #177
- Added logic for using patientId & clientId URL parameters in calls to `smart.authorize` in #178
Expand Down
4 changes: 2 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhirclient",
"version": "2.5.3",
"version": "2.5.4",
"description": "JavaScript client for Fast Healthcare Interoperability Resources",
"author": "SMART Health IT <[email protected]> (https://smarthealthit.org/)",
"contributors": [
Expand All @@ -24,7 +24,7 @@
"cross-fetch": "^3.0.5",
"debug": "^4.1.1",
"isomorphic-webcrypto": "^2.3.8",
"jose": "^4.6.0",
"jose": "^4.15.5",
"js-base64": "^3.7.2"
},
"peerDependencies": {
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": "fhirclient",
"version": "2.5.3",
"version": "2.5.4",
"description": "JavaScript client for Fast Healthcare Interoperability Resources",
"author": "SMART Health IT <[email protected]> (https://smarthealthit.org/)",
"contributors": [
Expand Down

0 comments on commit a03a40b

Please sign in to comment.