Skip to content

Commit 72d35c8

Browse files
chore: release v1.10.0
1 parent f3dbaa2 commit 72d35c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 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.10.0 - 2025-06-22
911
### Added
1012
- Based on [Add test `retry` logic](https://github.com/scripterio-js/scripterio/issues/30):
1113
- Retry functionality for tests:
@@ -14,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1416
- Based on [Add `--timeout` CLI option](https://github.com/scripterio-js/scripterio/issues/22):
1517
- Global timeout option via CLI flag (`--timeout`)
1618
- Based on [`Website` - add navigation](https://github.com/scripterio-js/scripterio/issues/39):
17-
- Added a `side navigation menu` to enhance usability and improve user experience when navigating website sections.
19+
- Added a `side navigation menu` to enhance usability and improve user experience when navigating website sections.
1820
- Contributors:
1921
- [Vadym Nastoiashchyi](https://github.com/VadimNastoyashchy)
2022
- [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.9.1",
3+
"version": "1.10.0",
44
"description": "ScripterI/O - Simple, fast, runner for testing all JavaScript",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)