Skip to content

Commit d2d7f45

Browse files
ci(changesets): version packages (#129)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b152e8 commit d2d7f45

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/curvy-ties-heal.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @commercetools/express-request-correlator
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- [#112](https://github.com/commercetools/express-request-correlator/pull/112) [`9b152e8`](https://github.com/commercetools/express-request-correlator/commit/9b152e8d91d2b802c6f0f9360a79cebe56432963) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency express to v5
8+
9+
While there are no changes in the library itself the upgrade updates express's request type which can cause breaking changes for you when using express v4.
10+
311
## 3.0.3
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@commercetools/express-request-correlator",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
44
"description": "Express middleware to help tracing correlation IDs",
55
"scripts": {
66
"build": "preconstruct build",

0 commit comments

Comments
 (0)