Skip to content

Commit 0877755

Browse files
committed
release: 3.1.10 [skip ci]
### [3.1.10](v3.1.9...v3.1.10) (2023-11-04) #### ⚙️ Build system * Add core-js polyfills and have mercy on aging node versions ([a9d136b](a9d136b)) * Modernize tooling ([db0223e](db0223e)) * Upgrade typescript-babel toolchain to nodenext ([e457064](e457064)) <sup>closes [#908](https://github.com/Xunnamius/next-test-api-route-handler/issues/908)</sup>
1 parent 80c2e0c commit 0877755

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1];
55
this project adheres to [Semantic Versioning][2].
66

7-
## [4.0.0-canary.2][3] (2023-11-04)
7+
### [3.1.10][3] (2023-11-04)
88

99
#### ⚙️ Build System
1010

@@ -531,7 +531,7 @@ this project adheres to [Semantic Versioning][2].
531531

532532
[1]: https://conventionalcommits.org
533533
[2]: https://semver.org
534-
[3]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.0-canary.1...v4.0.0-canary.2
534+
[3]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.9...v3.1.10
535535
[4]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a9d136b2ada5dcac26a8509fd4590a2dec805a56
536536
[5]: https://github.com/Xunnamius/next-test-api-route-handler/commit/db0223ea0c74edab17489595c1c858eb035dd418
537537
[6]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e457064ddbc7e3f7b1d96c7f27b5b74479303f2f

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ next-test-api-route-handler
2727

2828
#### Defined in
2929

30-
[index.ts:32](https://github.com/Xunnamius/next-test-api-route-handler/blob/85f9724/src/index.ts#L32)
30+
[index.ts:32](https://github.com/Xunnamius/next-test-api-route-handler/blob/80c2e0c/src/index.ts#L32)
3131

3232
___
3333

@@ -58,7 +58,7 @@ The parameters expected by `testApiHandler`.
5858

5959
#### Defined in
6060

61-
[index.ts:91](https://github.com/Xunnamius/next-test-api-route-handler/blob/85f9724/src/index.ts#L91)
61+
[index.ts:91](https://github.com/Xunnamius/next-test-api-route-handler/blob/80c2e0c/src/index.ts#L91)
6262

6363
## Functions
6464

@@ -87,4 +87,4 @@ Next-like testing environment.
8787

8888
#### Defined in
8989

90-
[index.ts:157](https://github.com/Xunnamius/next-test-api-route-handler/blob/85f9724/src/index.ts#L157)
90+
[index.ts:157](https://github.com/Xunnamius/next-test-api-route-handler/blob/80c2e0c/src/index.ts#L157)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-test-api-route-handler",
3-
"version": "4.0.0-canary.2",
3+
"version": "3.1.10",
44
"description": "Confidently unit and integration test your Next.js API routes/handlers in an isolated Next.js-like environment",
55
"keywords": [
66
"api",

0 commit comments

Comments
 (0)