Skip to content

Commit befd4e7

Browse files
chore(release): 3.10.1 [skip ci]
## [3.10.1](v3.10.0...v3.10.1) (2025-01-15) ### Bug Fixes * include index.d.cts for stricter tsconfigs [EXT-6121] ([#748](#748)) ([9f94d0e](9f94d0e)) * update resource.lookup event to match the type in functions-api repo ([#746](#746)) ([b9d031e](b9d031e))
1 parent 9f94d0e commit befd4e7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.10.1](https://github.com/contentful/node-apps-toolkit/compare/v3.10.0...v3.10.1) (2025-01-15)
2+
3+
4+
### Bug Fixes
5+
6+
* include index.d.cts for stricter tsconfigs [EXT-6121] ([#748](https://github.com/contentful/node-apps-toolkit/issues/748)) ([9f94d0e](https://github.com/contentful/node-apps-toolkit/commit/9f94d0e98b578846d12c0e495acbae6a2e1ffeef))
7+
* update resource.lookup event to match the type in functions-api repo ([#746](https://github.com/contentful/node-apps-toolkit/issues/746)) ([b9d031e](https://github.com/contentful/node-apps-toolkit/commit/b9d031ea346d0f122c5a5185722e77e280c97982))
8+
19
# [3.10.0](https://github.com/contentful/node-apps-toolkit/compare/v3.9.2...v3.10.0) (2025-01-07)
210

311

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentful/node-apps-toolkit",
3-
"version": "3.10.0",
3+
"version": "3.10.1",
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)