Skip to content

Commit

Permalink
publish 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Buldauskas committed Dec 8, 2023
1 parent 8c0f87a commit cbadef8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.3 - Match paths containing dots, serialize browser config values

- fix: match pathnames with dot('.') literals in them
- fix: serialize and accept a `browser` option in config

## 0.1.2 - Fix config api route

- fix: wait on `reset` event during config api calls
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jambox",
"version": "0.1.2",
"version": "0.1.3",
"description": "Tool for recording and playing back HTTP requests.",
"bin": {
"jam": "./jam.mjs",
Expand Down

0 comments on commit cbadef8

Please sign in to comment.