Skip to content

Commit 90632c4

Browse files
authored
Merge pull request #14 from probitas-test/release-2026-01-08-06-44-59
chore: release 2026.01.08
2 parents cc6284f + ba6b44c commit 90632c4

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

Releases.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### 2026.01.08
2+
3+
#### @probitas/builder 0.5.2 (patch)
4+
5+
- feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level
6+
timeout configuration
7+
8+
#### @probitas/core 0.3.2 (patch)
9+
10+
- feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level
11+
timeout configuration
12+
13+
#### @probitas/runner 0.5.3 (patch)
14+
15+
- feat(@probitas/core,@probitas/builder,@probitas/runner): add scenario-level
16+
timeout configuration
17+
- fix(@probitas/runner): throw ScenarioTimeoutError on scenario timeout
18+
119
### 2026.01.07
220

321
#### @probitas/runner 0.5.2 (patch)

packages/probitas-builder/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@probitas/builder",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"exports": "./mod.ts",
55
"imports": {
66
"@probitas/core": "jsr:@probitas/core@^0",

packages/probitas-core/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@probitas/core",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"exports": {
55
".": "./mod.ts",
66
"./loader": "./loader.ts",

packages/probitas-runner/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@probitas/runner",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"exports": "./mod.ts",
55
"imports": {
66
"@probitas/core": "jsr:@probitas/core@^0",

0 commit comments

Comments
 (0)