summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-08-05 22:36:28 -0700
committerMatthew Miller <matthew@millerti.me>2022-08-05 22:36:28 -0700
commit82098fa901ef0bd18ff9de61fafcf7a0b5839bf7 (patch)
treefd83dfdbee813dc1335935818cbc034cfa6b211c
parente83e8a9bb0bdc47ff50e86f15edef245dfd56a0e (diff)
Update CHANGELOG to v5.4.1
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4305d2c..7220ef4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## v5.4.1
+
+**Packages:**
+
+- @simplewebauthn/browser@5.4.1
+- @simplewebauthn/server@5.4.1
+
+**Changes:**
+
+- **[browser]** `"type": "module"` has been added to package.json to appease modern front end tooling that expects this value to be present when using the ESM build ([#237](https://github.com/MasterKale/SimpleWebAuthn/pull/237))
+- **[server]** TPM attestation statement verification now properly verifies statements with ECC public area type ([#239](https://github.com/MasterKale/SimpleWebAuthn/pull/239))
+
## v5.4.0
**Packages:**