Skip to content

Commit 22d52b2

Browse files
chore(release): 3.10.0 [skip ci]
# [3.10.0](v3.9.2...v3.10.0) (2025-01-07) ### Features * support esm modules [EXT-5853] ([#736](#736)) ([161ca98](161ca98))
1 parent 161ca98 commit 22d52b2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.10.0](https://github.com/contentful/node-apps-toolkit/compare/v3.9.2...v3.10.0) (2025-01-07)
2+
3+
4+
### Features
5+
6+
* support esm modules [EXT-5853] ([#736](https://github.com/contentful/node-apps-toolkit/issues/736)) ([161ca98](https://github.com/contentful/node-apps-toolkit/commit/161ca98580f0231b4e644ab42f06a374807bd810))
7+
18
## [3.9.2](https://github.com/contentful/node-apps-toolkit/compare/v3.9.1...v3.9.2) (2024-11-07)
29

310

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