Skip to content

Commit d5a00ae

Browse files
committed
release: v0.8.1
1 parent dcb7863 commit d5a00ae

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# skillgym
22

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [#33](https://github.com/callstackincubator/skillgym/pull/33) [`dcb7863`](https://github.com/callstackincubator/skillgym/commit/dcb7863d9cb6d3a5ae900a0479d3ef63bd65ba48) Thanks [@V3RON](https://github.com/V3RON)! - Raise the process max listener limit during a suite run based on `maxParallel`, then restore the original limit afterward.
8+
9+
- [#32](https://github.com/callstackincubator/skillgym/pull/32) [`4793b75`](https://github.com/callstackincubator/skillgym/commit/4793b7507ae8d569a2b80c816725c44274acedd0) Thanks [@V3RON](https://github.com/V3RON)! - Restore `TestCase` and `TestSuite` as public type aliases from the package root so existing suite files keep compiling after the vocabulary normalization.
10+
311
## 0.7.0
412

513
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skillgym",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"private": false,
55
"description": "Prove your agent skills work before you ship them.",
66
"keywords": [

0 commit comments

Comments
 (0)