Skip to content

Commit c886c25

Browse files
authored
chore(main): release 0.1.1 (#57)
1 parent b831895 commit c886c25

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

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

77

8+
## [0.1.1](https://github.com/stonemjs/http-core/compare/v0.1.0...v0.1.1) (2025-06-05)
9+
10+
11+
### Bug Fixes
12+
13+
* fix Inefficient regular expression, add security file and configure sonar cloud ([#55](https://github.com/stonemjs/http-core/issues/55)) ([0d36986](https://github.com/stonemjs/http-core/commit/0d369869add0f1630e9b5b2cd1421e57ee8d3865))
14+
* fix sonar issues ([#56](https://github.com/stonemjs/http-core/issues/56)) ([b831895](https://github.com/stonemjs/http-core/commit/b831895497ad78853c6297d03ab0449b614ea055))
15+
816
## [0.1.0](https://github.com/stonemjs/http-core/compare/v0.0.4...v0.1.0) (2025-06-04)
917

1018

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.0",
3+
"version": "0.1.1",
44
"description": "Stone.js HTTP Core",
55
"author": "Mr. Stone <evensstone@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)