diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b0a9da..cc66f68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a593e6b..ada0402 100644 --- a/package.json +++ b/package.json @@ -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",