Skip to content

Commit

Permalink
chore(release): 2.0.4-next.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.4-next.1](v2.0.3...v2.0.4-next.1) (2023-01-23)

### Bug Fixes

* enforce compatible node versions (v14.15+) ([#132](#132)) ([566a17e](566a17e))
* update jsonwebtoken ([#133](#133)) ([fc24220](fc24220))
  • Loading branch information
contentful-automation[bot] committed Jan 23, 2023
1 parent 566a17e commit 469a9b4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.4-next.1](https://github.com/contentful/node-apps-toolkit/compare/v2.0.3...v2.0.4-next.1) (2023-01-23)


### Bug Fixes

* enforce compatible node versions (v14.15+) ([#132](https://github.com/contentful/node-apps-toolkit/issues/132)) ([566a17e](https://github.com/contentful/node-apps-toolkit/commit/566a17e668df669dc955e739fcaa251abfec127a))
* update jsonwebtoken ([#133](https://github.com/contentful/node-apps-toolkit/issues/133)) ([fc24220](https://github.com/contentful/node-apps-toolkit/commit/fc24220b60fa382c85a6bb62fb5de62e4de75a17))

## [2.0.3](https://github.com/contentful/node-apps-toolkit/compare/v2.0.2...v2.0.3) (2022-06-10)


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

0 comments on commit 469a9b4

Please sign in to comment.