Skip to content

Commit

Permalink
Release v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpiantanida committed May 8, 2024
1 parent 8da43e8 commit 11e8233
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog
## v4.1.0
- Update default tape naming format and tapeGenerator to use epoch instead of counter as tape id - from `unnammed-1.json5` to `unnamed-1715145207909.json5` (thanks **[@raphaeleidus](https://github.com/raphaeleidus)**)

## v4.0.0
- Drop support for node 14 and node 16. Minimum required version 18.0
- Dependencies updates
- Close process with exit code 0 when handling process signals (thank **[unstubbable](https://github.com/unstubbable)**)
- Close process with exit code 0 when handling process signals (thank **[@unstubbable](https://github.com/unstubbable)**)

## v3.0.4
- Dependencies updates
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "talkback",
"version": "4.0.0",
"version": "4.1.0",
"main": "index.js",
"license": "MIT",
"description": "A node.js HTTP proxy that records and playbacks requests",
Expand Down Expand Up @@ -50,4 +50,4 @@
"test": "cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha -r mocha-setup.js --extensions ts,js \"test/**/*.spec.{ts,js}\"",
"ts-check": "tsc --noEmit"
}
}
}

0 comments on commit 11e8233

Please sign in to comment.