Skip to content

Commit 1aa192b

Browse files
chore(release): 3.10.2 [skip ci]
## [3.10.2](v3.10.1...v3.10.2) (2025-01-28) ### Bug Fixes * allow sub module imports [EXT-6147] ([#756](#756)) ([55c329e](55c329e))
1 parent 55c329e commit 1aa192b

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.10.2](https://github.com/contentful/node-apps-toolkit/compare/v3.10.1...v3.10.2) (2025-01-28)
2+
3+
4+
### Bug Fixes
5+
6+
* allow sub module imports [EXT-6147] ([#756](https://github.com/contentful/node-apps-toolkit/issues/756)) ([55c329e](https://github.com/contentful/node-apps-toolkit/commit/55c329e58a8b4870cb563f6befeba0e94a28a6f4))
7+
18
## [3.10.1](https://github.com/contentful/node-apps-toolkit/compare/v3.10.0...v3.10.1) (2025-01-15)
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.10.1",
3+
"version": "3.10.2",
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)