diff --git a/.changeset/curvy-wasps-compare.md b/.changeset/curvy-wasps-compare.md deleted file mode 100644 index 6067ba44..00000000 --- a/.changeset/curvy-wasps-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"counterfact": minor ---- - -Add command line options for granular control of the different parts of CF diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fe70b4c..ae4c3f89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # counterfact +## 0.42.0 + +### Minor Changes + +- e355b66: Add command line options for granular control of the different parts of CF + ## 0.41.1 ### Patch Changes diff --git a/package.json b/package.json index 2d62398f..a6c5e781 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "counterfact", - "version": "0.41.1", + "version": "0.42.0", "description": "a library for building a fake REST API for testing", "type": "module", "main": "./src/server/counterfact.js",