Skip to content

Commit fd178d0

Browse files
chore(release): 3.14.0-next.3 [skip ci]
# [3.14.0-next.3](v3.14.0-next.2...v3.14.0-next.3) (2025-09-27) ### Bug Fixes * test setup ([d58331e](d58331e)) * test setup ([6afbc01](6afbc01)) * test setup ([c5c7dab](c5c7dab)) * tsup esm + cjs config with jose ([4158d6f](4158d6f)) ### Features * dont use default vitest BASE_URL ([ad986f5](ad986f5)) * slash ([c21ae0d](c21ae0d)) * slash ([14437f3](14437f3)) * slash ([aec5c87](aec5c87))
1 parent c21ae0d commit fd178d0

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [3.14.0-next.3](https://github.com/contentful/node-apps-toolkit/compare/v3.14.0-next.2...v3.14.0-next.3) (2025-09-27)
2+
3+
4+
### Bug Fixes
5+
6+
* test setup ([d58331e](https://github.com/contentful/node-apps-toolkit/commit/d58331e66c946e19c0f42372719caf25ca020ec4))
7+
* test setup ([6afbc01](https://github.com/contentful/node-apps-toolkit/commit/6afbc015cee96b0fc36cdabcac19295e10604a38))
8+
* test setup ([c5c7dab](https://github.com/contentful/node-apps-toolkit/commit/c5c7daba0ff3925b00e6e1b6516206d2b13e219e))
9+
* tsup esm + cjs config with jose ([4158d6f](https://github.com/contentful/node-apps-toolkit/commit/4158d6f666bb8665523422415faa604fa21fbfb7))
10+
11+
12+
### Features
13+
14+
* dont use default vitest BASE_URL ([ad986f5](https://github.com/contentful/node-apps-toolkit/commit/ad986f54705b0a51f3af3f6134cced945eb1f06d))
15+
* slash ([c21ae0d](https://github.com/contentful/node-apps-toolkit/commit/c21ae0d01880ab89f0599471d96f67a83b4d08cd))
16+
* slash ([14437f3](https://github.com/contentful/node-apps-toolkit/commit/14437f35de202e0c22cee6628fb859350a18c146))
17+
* slash ([aec5c87](https://github.com/contentful/node-apps-toolkit/commit/aec5c879517879c6a1cd527ad55322f64aba36c0))
18+
119
# [3.14.0-next.2](https://github.com/contentful/node-apps-toolkit/compare/v3.14.0-next.1...v3.14.0-next.2) (2025-09-27)
220

321

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": "@contentful/node-apps-toolkit",
3-
"version": "3.14.0-next.2",
3+
"version": "3.14.0-next.3",
44
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps",
55
"main": "lib/index.cjs",
66
"module": "lib/index.mjs",

0 commit comments

Comments
 (0)