Skip to content

Commit

Permalink
chore(release): 3.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.7.0](v3.6.1...v3.7.0) (2024-08-23)

### Features

* export ExpiredRequestException ([#692](#692)) ([c4e1390](c4e1390))
  • Loading branch information
contentful-automation[bot] committed Aug 23, 2024
1 parent c4e1390 commit 4423a7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.7.0](https://github.com/contentful/node-apps-toolkit/compare/v3.6.1...v3.7.0) (2024-08-23)


### Features

* export ExpiredRequestException ([#692](https://github.com/contentful/node-apps-toolkit/issues/692)) ([c4e1390](https://github.com/contentful/node-apps-toolkit/commit/c4e1390356d8c527d1606ae52a62122522188a14))

## [3.6.1](https://github.com/contentful/node-apps-toolkit/compare/v3.6.0...v3.6.1) (2024-08-01)


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.6.1",
"version": "3.7.0",
"description": "A collection of helpers and utilities for creating NodeJS Contentful Apps",
"main": "lib/index.js",
"engines": {
Expand Down

0 comments on commit 4423a7d

Please sign in to comment.