Skip to content

Commit

Permalink
Merge pull request #870 from pmcelhaney/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Apr 30, 2024
2 parents 485bd42 + daa919b commit a537855
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-beans-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-doors-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-singers-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-brooms-warn.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# counterfact

## 0.40.0

### Minor Changes

- 678c51b: when a file is changed, all files on which it depends are hot-reloaded (fixes [#835](https://github.com/pmcelhaney/counterfact/issues/835))
- bb0a11c: performance fix that should significantly reduce startup time

### Patch Changes

- 5503a8e: a lot of refactoring of the code that loads modules
- ef57997: fixed: make --prefix work with Swagger

## 0.39.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "counterfact",
"version": "0.39.1",
"version": "0.40.0",
"description": "a library for building a fake REST API for testing",
"type": "module",
"main": "./src/server/counterfact.js",
Expand Down

0 comments on commit a537855

Please sign in to comment.