diff --git a/.changeset/hip-ravens-teach.md b/.changeset/hip-ravens-teach.md deleted file mode 100644 index 37c6b4e0..00000000 --- a/.changeset/hip-ravens-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"counterfact": minor ---- - -turn the proxy on or off for individual paths diff --git a/.changeset/hungry-emus-hope.md b/.changeset/hungry-emus-hope.md deleted file mode 100644 index ab412948..00000000 --- a/.changeset/hungry-emus-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"counterfact": minor ---- - -expand the .json() shortcut to include variations of JSON and XML content types diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a4bc578..c8c31124 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # counterfact +## 0.43.0 + +### Minor Changes + +- 425e893: turn the proxy on or off for individual paths +- 4fed190: expand the .json() shortcut to include variations of JSON and XML content types + ## 0.42.1 ### Patch Changes diff --git a/package.json b/package.json index 86e41e4e..e331fea5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "counterfact", - "version": "0.42.1", + "version": "0.43.0", "description": "a library for building a fake REST API for testing", "type": "module", "main": "./src/server/counterfact.js",