Skip to content

Commit 38da931

Browse files
authored
chore(main): release 0.0.4 (#28)
1 parent 1848d2c commit 38da931

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to the "Stone.js Http core" extension will be documented in
55
## Unreleased
66

77

8+
## [0.0.4](https://github.com/stonemjs/http-core/compare/v0.0.34...v0.0.4) (2025-01-21)
9+
10+
11+
### Features
12+
13+
* add response util methods and response decorator ([1848d2c](https://github.com/stonemjs/http-core/commit/1848d2cc8e9419d9e370ae707c528a45d3c2ac5a))
14+
815
## [0.0.34](https://github.com/stonemjs/http-core/compare/v0.0.33...v0.0.34) (2025-01-06)
916

1017

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stone-js/http-core",
3-
"version": "0.0.34",
3+
"version": "0.0.4",
44
"description": "Stone.js HTTP Core",
55
"author": "Mr. Stone <evensstone@gmail.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)