Skip to content

Commit 958b1c5

Browse files
committed
chore: release master
1 parent a2e7ef2 commit 958b1c5

File tree

9 files changed

+44
-11
lines changed

9 files changed

+44
-11
lines changed

Diff for: .release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "5.12.1",
3-
"packages/cli": "5.12.0",
2+
".": "5.12.2",
3+
"packages/cli": "5.12.1",
44
"packages/core": "5.8.0",
5-
"packages/http": "5.12.0",
6-
"packages/http-server": "5.12.0"
5+
"packages/http": "5.12.1",
6+
"packages/http-server": "5.12.1"
77
}

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ The format for this file is based on [Keep a Changelog](https://keepachangelog.c
1616

1717
<!-- markdown-link-check-disable -->
1818

19+
## [5.12.2](https://github.com/stoplightio/prism/compare/v5.12.1...v5.12.2) (2025-04-09)
20+
21+
22+
### Bug Fixes
23+
24+
* **Docker:** use tini to handle kernel signals ([#2622](https://github.com/stoplightio/prism/issues/2622)) ([c55d633](https://github.com/stoplightio/prism/commit/c55d633486e57a1d67f7260a847d1d8f3a281208))
25+
1926
## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2024-11-13)
2027

2128

Diff for: packages/cli/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2025-04-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @stoplight/prism-http bumped from 5.12.0 to 5.12.1
11+
* @stoplight/prism-http-server bumped from ^5.12.0 to ^5.12.1
12+
313
## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13)
414

515

Diff for: packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-cli",
3-
"version": "5.12.0",
3+
"version": "5.12.1",
44
"author": "Stoplight <[email protected]>",
55
"bin": {
66
"prism": "./dist/index.js"
@@ -10,8 +10,8 @@
1010
"@stoplight/json": "3.21.7",
1111
"@stoplight/json-schema-ref-parser": "9.2.7",
1212
"@stoplight/prism-core": "^5.8.0",
13-
"@stoplight/prism-http": "5.12.0",
14-
"@stoplight/prism-http-server": "^5.12.0",
13+
"@stoplight/prism-http": "5.12.1",
14+
"@stoplight/prism-http-server": "^5.12.1",
1515
"@stoplight/types": "^14.1.0",
1616
"chalk": "^4.1.2",
1717
"chokidar": "^3.5.2",

Diff for: packages/http-server/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2025-04-09)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @stoplight/prism-http bumped from ^5.12.0 to ^5.12.1
11+
312
## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13)
413

514

Diff for: packages/http-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http-server",
3-
"version": "5.12.0",
3+
"version": "5.12.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@stoplight/prism-core": "^5.8.0",
23-
"@stoplight/prism-http": "^5.12.0",
23+
"@stoplight/prism-http": "^5.12.1",
2424
"@stoplight/types": "^14.1.0",
2525
"fast-xml-parser": "^4.2.0",
2626
"fp-ts": "^2.11.5",

Diff for: packages/http/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [5.12.1](https://github.com/stoplightio/prism/compare/v5.12.0...v5.12.1) (2025-04-09)
5+
6+
7+
### Bug Fixes
8+
9+
* **http:** update json-path plus in http ([551a23f](https://github.com/stoplightio/prism/commit/551a23f6ea889803fe7b7b9db497dd94ddca54c9))
10+
411
## [5.12.0](https://github.com/stoplightio/prism/compare/v5.11.0...v5.12.0) (2024-11-13)
512

613

Diff for: packages/http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http",
3-
"version": "5.12.0",
3+
"version": "5.12.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",

Diff for: version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.12.1
1+
5.12.2

0 commit comments

Comments
 (0)