Skip to content

Commit ebc52f6

Browse files
chore: release v1.0.3
1 parent 50c7622 commit ebc52f6

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
@@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.0.3 - 2025-05-20
1011
### Changed
11-
- Test `skip` declaration. Moved from:
12+
- Test `skip` declaration. Moved from:
1213
```
1314
describe('description', { skip: true }, () => {})
1415
//or

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.0.2",
3+
"version": "1.0.3",
44
"description": "ScripterI/O - Simple, fast, runner for testing all JavaScript",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)