Skip to content

Commit 4384bee

Browse files
committed
chore: update version to v0.7.0
1 parent 81c808e commit 4384bee

4 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.7.0 (2025-10-26)
2+
3+
* Feat/add window to handle ci tests (#70) ([81c808e](https://github.com/BRIKEV/twd/commit/81c808e)), closes [#70](https://github.com/BRIKEV/twd/issues/70)
4+
* Feat/improve runner (#67) ([72ca85e](https://github.com/BRIKEV/twd/commit/72ca85e)), closes [#67](https://github.com/BRIKEV/twd/issues/67)
5+
* Feat/visit command improvements (#69) ([c669452](https://github.com/BRIKEV/twd/commit/c669452)), closes [#69](https://github.com/BRIKEV/twd/issues/69)
6+
* feat: add support to other types (#66) ([fef815f](https://github.com/BRIKEV/twd/commit/fef815f)), closes [#66](https://github.com/BRIKEV/twd/issues/66)
7+
* fix: error when regex is invalid (#65) ([dba0cdf](https://github.com/BRIKEV/twd/commit/dba0cdf)), closes [#65](https://github.com/BRIKEV/twd/issues/65)
8+
* fix: error with http no content responses (#60) ([dca1005](https://github.com/BRIKEV/twd/commit/dca1005)), closes [#60](https://github.com/BRIKEV/twd/issues/60)
9+
10+
111
## 0.6.0 (2025-10-16)
212

313
* Feat/improve design (#59) ([e788575](https://github.com/BRIKEV/twd/commit/e788575)), closes [#59](https://github.com/BRIKEV/twd/issues/59)

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": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Test While Developing (TWD) - in-browser testing",
55
"license": "MIT",
66
"author": "BRIKEV",

src/cli/mock-sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const handleMessage = (event) => {
8282
};
8383

8484
// console.log command to tell current version
85-
console.log("[TWD] Mock Service Worker loaded - version 0.6.0");
85+
console.log("[TWD] Mock Service Worker loaded - version 0.7.0");
8686
// Intercept fetches
8787
self.addEventListener("fetch", handleFetch);
8888

0 commit comments

Comments
 (0)