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 ef3ca14 commit d29635bCopy full SHA for d29635b
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# 1.0.0-beta.1 (2024-10-31)
2
+
3
4
+### Features
5
6
+* Initial commit ([bfc0570](https://github.com/podium-lib/http-client/commit/bfc05709128b591b3d71aeddc3a30749cd2cf4cf))
package.json
@@ -1,6 +1,6 @@
{
"name": "@podium/http-client",
- "version": "0.0.1",
+ "version": "1.0.0-beta.1",
"type": "module",
"description": "The HTTP client used for all HTTP requests in Podium",
"main": "lib/http-client.js",
0 commit comments