Skip to content

Commit 59ce5f5

Browse files
chore(release): 3.6.0 [skip ci]
# [3.6.0](v3.5.0...v3.6.0) (2024-07-31) ### Features * add types for resource events ([#675](#675)) ([b8fed5b](b8fed5b))
1 parent 33cda14 commit 59ce5f5

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.6.0](https://github.com/contentful/node-apps-toolkit/compare/v3.5.0...v3.6.0) (2024-07-31)
2+
3+
4+
### Features
5+
6+
* add types for resource events ([#675](https://github.com/contentful/node-apps-toolkit/issues/675)) ([b8fed5b](https://github.com/contentful/node-apps-toolkit/commit/b8fed5b809cb0562982259fbbb13aad6037386fe))
7+
18
# [3.5.0](https://github.com/contentful/node-apps-toolkit/compare/v3.4.2...v3.5.0) (2024-07-25)
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.5.0",
3+
"version": "3.6.0",
44
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps",
55
"main": "lib/index.js",
66
"engines": {

0 commit comments

Comments
 (0)