Skip to content

Commit f6bff79

Browse files
chore: release v1.11.0
1 parent eba4790 commit f6bff79

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## Unreleased
9+
10+
## 1.11.0 - 2025-07-08
911
### Added
1012
- Based on [Add `only` as an annotation for `describe`/`test`](https://github.com/scripterio-js/scripterio/issues/14):
1113
- Exclusive execution for tests:
@@ -21,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2123
- Added unit tests for:
2224
- `config.mjs`
2325
- `setup.mjs`
24-
2526
- Contributors:
2627
- [Vadym Nastoiashchyi](https://github.com/VadimNastoyashchy)
2728
- [Oleh Babenko](https://github.com/OlehBabenkoo)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scripterio",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "ScripterI/O - Simple, fast, runner for testing all JavaScript",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)