Skip to content

Commit

Permalink
release: 2.3.3 [skip ci]
Browse files Browse the repository at this point in the history
### [2.3.3](v2.3.2...v2.3.3) (2021-11-10)

#### ⚙️ Build system

* Differentiate between esm and bundler distributables ([597c249](597c249))
Xunnamius committed Nov 10, 2021
1 parent e06dedf commit 2d91f41
Showing 4 changed files with 363 additions and 353 deletions.
702 changes: 356 additions & 346 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ The parameters expected by `testApiHandler`.

#### Defined in

[index.ts:55][3]
[index.ts:57][3]

## Functions

@@ -66,11 +66,11 @@ testing environment.

#### Defined in

[index.ts:110][4]
[index.ts:112][4]

[1]: README.md#testparameters
[2]: README.md#testapihandler
[3]:
https://github.com/Xunnamius/next-test-api-route-handler/blob/f46a637/src/index.ts#L55
https://github.com/Xunnamius/next-test-api-route-handler/blob/e06dedf/src/index.ts#L57
[4]:
https://github.com/Xunnamius/next-test-api-route-handler/blob/f46a637/src/index.ts#L110
https://github.com/Xunnamius/next-test-api-route-handler/blob/e06dedf/src/index.ts#L112
4 changes: 2 additions & 2 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-test-api-route-handler",
"version": "2.3.2",
"version": "2.3.3",
"description": "Confidently unit test your Next.js API routes/handlers in an isolated Next.js-like environment",
"keywords": [
"api",

0 comments on commit 2d91f41

Please sign in to comment.