Skip to content

Commit be22e09

Browse files
chore(release): 3.11.0 [skip ci]
# [3.11.0](v3.10.2...v3.11.0) (2025-03-05) ### Bug Fixes * FunctionTypeEnum member case ([#762](#762)) ([132b8f7](132b8f7)) ### Features * accurate TS types for each App Event payload type ([#761](#761)) ([f95db67](f95db67))
1 parent 132b8f7 commit be22e09

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.11.0](https://github.com/contentful/node-apps-toolkit/compare/v3.10.2...v3.11.0) (2025-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* FunctionTypeEnum member case ([#762](https://github.com/contentful/node-apps-toolkit/issues/762)) ([132b8f7](https://github.com/contentful/node-apps-toolkit/commit/132b8f7258b72eeeee3568c2b8a83c5d9808bf4f))
7+
8+
9+
### Features
10+
11+
* accurate TS types for each App Event payload type ([#761](https://github.com/contentful/node-apps-toolkit/issues/761)) ([f95db67](https://github.com/contentful/node-apps-toolkit/commit/f95db6759b0f1925a86cbf2cdb0f1f3ceeb12ca7))
12+
113
## [3.10.2](https://github.com/contentful/node-apps-toolkit/compare/v3.10.1...v3.10.2) (2025-01-28)
214

315

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