Skip to content

Commit

Permalink
Merge pull request #697 from pmcelhaney/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcelhaney committed Dec 30, 2023
2 parents 3b0c9e5 + 0265bd4 commit d6ee742
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-teachers-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-seahorses-sneeze.md

This file was deleted.

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

## 0.34.1

### Patch Changes

- c000cfc: Fixed: a handler function (GET(), PUT(), etc) should always return a response, even if that response is just a status code. If the handler doesn't return, the server will response with a 500 error.
- 4cdcb2d: fix: the optional flag for a parameter was inside quotes, making it part of the name rather than TypeScript syntax

## 0.34.0

### Minor 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.34.0",
"version": "0.34.1",
"description": "a library for building a fake REST API for testing",
"type": "module",
"main": "./src/server/counterfact.js",
Expand Down

0 comments on commit d6ee742

Please sign in to comment.