Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to the "Stone.js Http core" extension will be documented in
## Unreleased


## [0.0.4](https://github.com/stonemjs/http-core/compare/v0.0.34...v0.0.4) (2025-01-21)


### Features

* add response util methods and response decorator ([1848d2c](https://github.com/stonemjs/http-core/commit/1848d2cc8e9419d9e370ae707c528a45d3c2ac5a))

## [0.0.34](https://github.com/stonemjs/http-core/compare/v0.0.33...v0.0.34) (2025-01-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stone-js/http-core",
"version": "0.0.34",
"version": "0.0.4",
"description": "Stone.js HTTP Core",
"author": "Mr. Stone <evensstone@gmail.com>",
"license": "Apache-2.0",
Expand Down
Loading