diff --git a/.changeset/wild-camels-walk.md b/.changeset/wild-camels-walk.md deleted file mode 100644 index dda2dbb5..00000000 --- a/.changeset/wild-camels-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"counterfact": minor ---- - -**New file structure** - In preparation for the 1.0 release, `paths` has moved to `routes`; `path-types` and `components` are now under `types`. Counterfact will automatically migrate your code for you. We don't like making disruptive changes like this; this will be the last one for the foreseeable future. diff --git a/CHANGELOG.md b/CHANGELOG.md index c679a027..ddd505ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # counterfact +## 0.44.0 + +### Minor Changes + +- 11518ab: **New file structure** - In preparation for the 1.0 release, `paths` has moved to `routes`; `path-types` and `components` are now under `types`. Counterfact will automatically migrate your code for you. We don't like making disruptive changes like this; this will be the last one for the foreseeable future. + ## 0.43.2 ### Patch Changes diff --git a/package.json b/package.json index ec172800..8839c74f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "counterfact", - "version": "0.43.2", + "version": "0.44.0", "description": "a library for building a fake REST API for testing", "type": "module", "main": "./src/server/counterfact.js",