Skip to content

Commit 2a8f038

Browse files
authored
chore(main): release 0.1.2 (#68)
1 parent 507fb10 commit 2a8f038

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.1.2](https://github.com/stone-foundation/stone-js-http-core/compare/v0.1.1...v0.1.2) (2025-06-11)
9+
10+
11+
### Miscellaneous Chores
12+
13+
* set right value in sonar config ([#67](https://github.com/stone-foundation/stone-js-http-core/issues/67)) ([507fb10](https://github.com/stone-foundation/stone-js-http-core/commit/507fb10c180f8a76e1a93fdf0749d066083f525d))
14+
815
## [0.1.1](https://github.com/stone-foundation/stone-js-http-core/compare/v0.1.0...v0.1.1) (2025-06-05)
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.1.1",
3+
"version": "0.1.2",
44
"description": "Stone.js HTTP Core offers a simple, consistent API for handling HTTP requests and responses across any JavaScript runtime.",
55
"author": "Mr. Stone <evensstone@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)