Skip to content

Commit f059191

Browse files
kevinccbsgclaude
andcommitted
chore: update version to v1.1.6
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e4b2996 commit f059191

3 files changed

Lines changed: 16 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>1.1.6 (2026-04-14)</small>
2+
3+
* chore: update twd-js to 1.6.6
4+
5+
## <small>1.1.5 (2026-04-08)</small>
6+
7+
* fix: mock overlap in contract validation (#4)
8+
19
## <small>1.1.4 (2026-04-08)</small>
210

311
* chore: update dependencies

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twd-cli",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "CLI tool for running TWD tests with Puppeteer",
55
"type": "module",
66
"main": "src/index.js",
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"openapi-mock-validator": "^0.1.4",
2727
"puppeteer": "^24.40.0",
28-
"twd-js": "^1.6.5"
28+
"twd-js": "^1.6.6"
2929
},
3030
"engines": {
3131
"node": ">=18.0.0"

0 commit comments

Comments
 (0)