Skip to content

Commit aee68a9

Browse files
chore(release): 3.15.0 [skip ci]
# [3.15.0](v3.14.1...v3.15.0) (2025-10-06) ### Features * additional types in function context for native external reference in CDA ([#782](#782)) ([e4bcd16](e4bcd16))
1 parent e4bcd16 commit aee68a9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.15.0](https://github.com/contentful/node-apps-toolkit/compare/v3.14.1...v3.15.0) (2025-10-06)
2+
3+
4+
### Features
5+
6+
* additional types in function context for native external reference in CDA ([#782](https://github.com/contentful/node-apps-toolkit/issues/782)) ([e4bcd16](https://github.com/contentful/node-apps-toolkit/commit/e4bcd16bdb6540f2b4b7147789a7bbaa9b38f784))
7+
18
## [3.14.1](https://github.com/contentful/node-apps-toolkit/compare/v3.14.0...v3.14.1) (2025-10-06)
29

310

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