We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa9976 commit 5b504ddCopy full SHA for 5b504dd
CHANGELOG.md
@@ -1,4 +1,9 @@
1
-# @digitalbazaar/http-client ChangeLog
+# @digitalcredentials/http-client ChangeLog
2
+
3
+## 5.0.0 - 2024-08-03
4
5
+### Changed
6
+- **BREAKING**: Re-forked as `@digitalcredentials/http-client` to fix broken dist export (to fix Webpack/Next.js behavior)
7
8
## 4.1.1 - 2024-02-21
9
package.json
@@ -1,6 +1,6 @@
{
"name": "@digitalcredentials/http-client",
- "version": "4.1.2-0",
+ "version": "5.0.0",
"description": "An opinionated, isomorphic HTTP client.",
"license": "BSD-3-Clause",
"type": "module",
0 commit comments