Skip to content

Commit 9500e0c

Browse files
kevinccbsgclaude
andcommitted
chore: update version to v1.1.9
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f1b0fcb commit 9500e0c

3 files changed

Lines changed: 36 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>1.1.9 (2026-04-15)</small>
2+
3+
* chore: update twd-js to 1.7.1
4+
* chore: update puppeteer to 24.41.0
5+
16
## <small>1.1.8 (2026-04-15)</small>
27

38
* chore: update twd-js to 1.7.0

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twd-cli",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "CLI tool for running TWD tests with Puppeteer",
55
"type": "module",
66
"main": "src/index.js",
@@ -24,8 +24,8 @@
2424
"license": "ISC",
2525
"dependencies": {
2626
"openapi-mock-validator": "^0.1.4",
27-
"puppeteer": "^24.40.0",
28-
"twd-js": "^1.7.0"
27+
"puppeteer": "^24.41.0",
28+
"twd-js": "^1.7.1"
2929
},
3030
"engines": {
3131
"node": ">=18.0.0"

0 commit comments

Comments
 (0)