summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2023-08-23 09:16:03 -0700
committerMatthew Miller <matthew@millerti.me>2023-08-23 09:16:03 -0700
commitc85e97b13b5bccf27d5b8c5e680dabfde7669bb9 (patch)
treeb817bc5fd08cfed4a505a0f1f4dc4861f1f2a0cc
parent22110775518951f949004ecb309b04ac079426c4 (diff)
Update CHANGELOG for v8.0.1
-rw-r--r--CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5c6f49..ce6495c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## v8.0.1
+
+### Packages
+
+- @simplewebauthn/server@8.0.1
+
+### Changes
+
+- **[server]** Node projects with `"type": "module"` in their **package.json** will no longer error
+ out when trying to use methods that leverage the Crypto APIs
+ ([#428](https://github.com/MasterKale/SimpleWebAuthn/pull/428))
+
## v8.0.0 - Around the (ESM) World
This major release marks the completion of a long journey that started with the release of v7.0.0:
@@ -27,7 +39,8 @@ changes made in this release.
### Changes
- **[server] [typescript-types]** SimpleWebAuthn can now also be used in runtimes other than Node.
- Deno is now a first-class runtime for this project alongside Node.
+ Deno is now a first-class runtime for this project alongside Node
+ ([#425](https://github.com/MasterKale/SimpleWebAuthn/pull/425))
- The following list of runtimes are officially supported:
- (Existing) NodeJS using CommonJS
- (Existing) NodeJS using ECMAScript Modules (ESM)