Skip to content

Commit d29635b

Browse files
chore(release): 1.0.0-beta.1 [skip ci]
# 1.0.0-beta.1 (2024-10-31) ### Features * Initial commit ([bfc0570](bfc0570))
1 parent ef3ca14 commit d29635b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/http-client",
3-
"version": "0.0.1",
3+
"version": "1.0.0-beta.1",
44
"type": "module",
55
"description": "The HTTP client used for all HTTP requests in Podium",
66
"main": "lib/http-client.js",

0 commit comments

Comments
 (0)