Skip to content

Commit de60cd4

Browse files
chore(release): 3.14.0-next.2 [skip ci]
# [3.14.0-next.2](v3.14.0-next.1...v3.14.0-next.2) (2025-09-27) ### Bug Fixes * remove logger ([01d8549](01d8549)) * simplified logger with explicit namespacing ([638c786](638c786))
1 parent 638c786 commit de60cd4

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [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)
2+
3+
4+
### Bug Fixes
5+
6+
* remove logger ([01d8549](https://github.com/contentful/node-apps-toolkit/commit/01d85499c344ecdfecc3c0d248ef2cab4e470b87))
7+
* simplified logger with explicit namespacing ([638c786](https://github.com/contentful/node-apps-toolkit/commit/638c786186dc392fbf1ed12abac61ef62eac684b))
8+
19
# [3.14.0-next.1](https://github.com/contentful/node-apps-toolkit/compare/v3.13.2-next.1...v3.14.0-next.1) (2025-09-26)
210

311

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.1",
3+
"version": "3.14.0-next.2",
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)