Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.8.2...v3.0.0) (2024-01-29)

* BREAKING CHANGE: update typings for Functions (#500) ([fcf4535](fcf4535)), closes [#500](#500)

### BREAKING CHANGES

* update typings

* fix: lint

* revert: semantic release package to make the build pass
  • Loading branch information
contentful-automation[bot] committed Jan 29, 2024
1 parent fcf4535 commit f9e704c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [3.0.0](https://github.com/contentful/node-apps-toolkit/compare/v2.8.2...v3.0.0) (2024-01-29)


* BREAKING CHANGE: update typings for Functions (#500) ([fcf4535](https://github.com/contentful/node-apps-toolkit/commit/fcf45356680ab54db0f0ec37e6ccb2711a0514e1)), closes [#500](https://github.com/contentful/node-apps-toolkit/issues/500)


### BREAKING CHANGES

* update typings

* fix: lint

* revert: semantic release package to make the build pass

## [2.8.2](https://github.com/contentful/node-apps-toolkit/compare/v2.8.1...v2.8.2) (2024-01-25)


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

0 comments on commit f9e704c

Please sign in to comment.