Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.2...v2.8.0) (2023-10-26)

### Bug Fixes

* explicit support for node 18 ([#386](#386)) ([b861f8a](b861f8a))
* trigger new build ([951153d](951153d))

### Features

* make graphQLOutputType optional ([#402](#402)) ([b45ec75](b45ec75))
  • Loading branch information
contentful-automation[bot] committed Oct 26, 2023
1 parent 951153d commit b7f6b0e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.8.0](https://github.com/contentful/node-apps-toolkit/compare/v2.7.2...v2.8.0) (2023-10-26)


### Bug Fixes

* explicit support for node 18 ([#386](https://github.com/contentful/node-apps-toolkit/issues/386)) ([b861f8a](https://github.com/contentful/node-apps-toolkit/commit/b861f8ae09a05d2257ec67a1e1c087abd6e3ce27))
* trigger new build ([951153d](https://github.com/contentful/node-apps-toolkit/commit/951153d7ae9fe2f307db8df2c1c8a1d3cdf3a0f2))


### Features

* make graphQLOutputType optional ([#402](https://github.com/contentful/node-apps-toolkit/issues/402)) ([b45ec75](https://github.com/contentful/node-apps-toolkit/commit/b45ec753e660add3ee26dd1e56b2849fe1d336bb))

## [2.7.2](https://github.com/contentful/node-apps-toolkit/compare/v2.7.1...v2.7.2) (2023-09-27)


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

0 comments on commit b7f6b0e

Please sign in to comment.