Skip to content

Commit

Permalink
release: 3.1.10 [skip ci]
Browse files Browse the repository at this point in the history
### [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>
  • Loading branch information
Xunnamius committed Nov 4, 2023
1 parent 80c2e0c commit 0877755
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this auto-generated
file. The format is based on [Conventional Commits][1];
this project adheres to [Semantic Versioning][2].

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

#### ⚙️ Build System

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

[1]: https://conventionalcommits.org
[2]: https://semver.org
[3]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v4.0.0-canary.1...v4.0.0-canary.2
[3]: https://github.com/Xunnamius/next-test-api-route-handler/compare/v3.1.9...v3.1.10
[4]: https://github.com/Xunnamius/next-test-api-route-handler/commit/a9d136b2ada5dcac26a8509fd4590a2dec805a56
[5]: https://github.com/Xunnamius/next-test-api-route-handler/commit/db0223ea0c74edab17489595c1c858eb035dd418
[6]: https://github.com/Xunnamius/next-test-api-route-handler/commit/e457064ddbc7e3f7b1d96c7f27b5b74479303f2f
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ next-test-api-route-handler

#### Defined in

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

___

Expand Down Expand Up @@ -58,7 +58,7 @@ The parameters expected by `testApiHandler`.

#### Defined in

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

## Functions

Expand Down Expand Up @@ -87,4 +87,4 @@ Next-like testing environment.

#### Defined in

[index.ts:157](https://github.com/Xunnamius/next-test-api-route-handler/blob/85f9724/src/index.ts#L157)
[index.ts:157](https://github.com/Xunnamius/next-test-api-route-handler/blob/80c2e0c/src/index.ts#L157)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.0.0-canary.2",
"version": "3.1.10",
"description": "Confidently unit and integration test your Next.js API routes/handlers in an isolated Next.js-like environment",
"keywords": [
"api",
Expand Down

0 comments on commit 0877755

Please sign in to comment.