Skip to content

Commit

Permalink
chore(release): 3.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
contentful-automation[bot] committed Jan 15, 2025
1 parent 9f94d0e commit befd4e7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.10.1](https://github.com/contentful/node-apps-toolkit/compare/v3.10.0...v3.10.1) (2025-01-15)


### Bug Fixes

* 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))
* 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))

# [3.10.0](https://github.com/contentful/node-apps-toolkit/compare/v3.9.2...v3.10.0) (2025-01-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentful/node-apps-toolkit",
"version": "3.10.0",
"version": "3.10.1",
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps",
"main": "lib/index.cjs",
"module": "lib/index.mjs",
Expand Down

0 comments on commit befd4e7

Please sign in to comment.