Skip to content

Commit cbec18f

Browse files
kevinccbsgclaude
andcommitted
chore(release): 1.7.3
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent be1a152 commit cbec18f

8 files changed

Lines changed: 25 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## <small>1.7.3 (2026-05-01)</small>
2+
3+
* feat: add hidden assertion and improve test coverage (#232) ([425dd66](https://github.com/BRIKEV/twd/commit/425dd66), closes [#232](https://github.com/BRIKEV/twd/issues/232)
4+
* docs: add @codesthenos as a contributor ([2dde515](https://github.com/BRIKEV/twd/commit/2dde515))
5+
* docs: add Contributors section to community page ([16f66ec](https://github.com/BRIKEV/twd/commit/16f66ec))
6+
* docs: have length example (#230) ([130f2eb](https://github.com/BRIKEV/twd/commit/130f2eb)), closes [#230](https://github.com/BRIKEV/twd/issues/230)
7+
* docs(landing): add Calendly CTA after FAQ section ([5614fe1](https://github.com/BRIKEV/twd/commit/5614fe1))
8+
* chore(examples): remove unused and lint-only dependencies (#234) ([be1a152](https://github.com/BRIKEV/twd/commit/be1a152)), closes [#234](https://github.com/BRIKEV/twd/issues/234)
9+
* chore: add eslint, prettier, husky pre-commit, and CI lint job (#233) ([a374b43](https://github.com/BRIKEV/twd/commit/a374b43)), closes [#233](https://github.com/BRIKEV/twd/issues/233)
10+
* chore: add all-contributors bot setup (#231) ([e9fdf34](https://github.com/BRIKEV/twd/commit/e9fdf34)), closes [#231](https://github.com/BRIKEV/twd/issues/231)
11+
* chore(deps): bump postcss from 8.5.6 to 8.5.12 in /examples/twd-test-app (#229) ([752939a](https://github.com/BRIKEV/twd/commit/752939a)), closes [#229](https://github.com/BRIKEV/twd/issues/229)
12+
* chore(deps-dev): bump @vitest/coverage-v8 from 4.1.4 to 4.1.5 (#228) ([69edc9e](https://github.com/BRIKEV/twd/commit/69edc9e)), closes [#228](https://github.com/BRIKEV/twd/issues/228)
13+
* chore(deps-dev): bump vite from 8.0.8 to 8.0.10 (#227) ([2f51cf2](https://github.com/BRIKEV/twd/commit/2f51cf2)), closes [#227](https://github.com/BRIKEV/twd/issues/227)
14+
* chore(deps-dev): bump vitest from 4.1.4 to 4.1.5 (#226) ([7ca6a1b](https://github.com/BRIKEV/twd/commit/7ca6a1b)), closes [#226](https://github.com/BRIKEV/twd/issues/226)
15+
* chore(deps): bump follow-redirects in /examples/tutorial-example (#224) ([419b2fc](https://github.com/BRIKEV/twd/commit/419b2fc)), closes [#224](https://github.com/BRIKEV/twd/issues/224)
16+
17+
118
## <small>1.7.2 (2026-04-21)</small>
219

320
* fix(mockBridge): forward `responseHeaders` to `__twdCollectMock` so downstream contract validation can apply Content-Type-aware schema selection.

examples/tutorial-example/public/mock-sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/twd-test-app/public/mock-sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vue-twd-example/public/mock-sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twd-js",
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"description": "Test While Developing (TWD) - in-browser testing",
55
"type": "module",
66
"license": "MIT",

src/constants/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TWD_VERSION = '1.7.2';
1+
export const TWD_VERSION = '1.7.3';

src/constants/version_cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TWD_VERSION = '1.7.2';
1+
export const TWD_VERSION = '1.7.3';

0 commit comments

Comments
 (0)