diff --git a/.changeset/great-cobras-talk.md b/.changeset/great-cobras-talk.md deleted file mode 100644 index f4de3fca..00000000 --- a/.changeset/great-cobras-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"counterfact": minor ---- - -created a new intro banner for the CLI diff --git a/.changeset/silent-boats-mate.md b/.changeset/silent-boats-mate.md deleted file mode 100644 index a8d2ddd1..00000000 --- a/.changeset/silent-boats-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"counterfact": patch ---- - -fixed an issue where if there was a directory and file with the same name, one would shadow the other diff --git a/CHANGELOG.md b/CHANGELOG.md index 9031ade4..54df2d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # counterfact +## 0.31.0 + +### Minor Changes + +- 24d96c3: created a new intro banner for the CLI + +### Patch Changes + +- 88cebcd: fixed an issue where if there was a directory and file with the same name, one would shadow the other + ## 0.30.0 ### Minor Changes diff --git a/package.json b/package.json index 035b3085..448fb346 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "counterfact", - "version": "0.30.0", + "version": "0.31.0", "description": "a library for building a fake REST API for testing", "type": "module", "main": "./src/server/counterfact.js",