Skip to content

Commit

Permalink
ci(changesets): version packages (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
CT Release Bot and github-actions[bot] authored Oct 11, 2021
1 parent e22e430 commit 084db04
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 35 deletions.
11 changes: 0 additions & 11 deletions .changeset/lazy-ads-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-items-join.md

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# @commercetools/express-request-correlator

## 2.0.0

### Major Changes

- [#42](https://github.com/commercetools/express-request-correlator/pull/42) [`d0ca6ff`](https://github.com/commercetools/express-request-correlator/commit/d0ca6ff1f2d897264c07f32ef9d9d6675e4f56df) Thanks [@emmenko](https://github.com/emmenko)! - This release contains the following breaking changes:

- Provide TypeScript type declarations.
- Remove FlowType type declarations.
- Support Node engine versions: `12`, `14`, `16`.
- Expose `test-utils` as a separate entry point: `@commercetools/express-request-correlator/test-utils`.
- There is now a `peerDependency` for the `express` package.

### Patch Changes

- [#15](https://github.com/commercetools/express-request-correlator/pull/15) [`ae2588c`](https://github.com/commercetools/express-request-correlator/commit/ae2588c4508e8eeb6947e183561f56fe7e620344) Thanks [@renovate](https://github.com/apps/renovate)! - chore(deps): update all dependencies
24 changes: 5 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools/express-request-correlator",
"version": "1.0.1",
"version": "2.0.0",
"description": "Express middleware to help tracing correlation IDs",
"scripts": {
"prepare": "husky install",
Expand All @@ -19,13 +19,7 @@
},
"main": "dist/commercetools-express-request-correlator.cjs.js",
"module": "dist/commercetools-express-request-correlator.esm.js",
"files": [
"dist",
"test-utils",
"package.json",
"LICENSE",
"README.md"
],
"files": ["dist", "test-utils", "package.json", "LICENSE", "README.md"],
"repository": {
"type": "git",
"url": "git+https://github.com/commercetools/express-request-correlator.git"
Expand All @@ -38,10 +32,7 @@
"access": "public"
},
"preconstruct": {
"entrypoints": [
"./index.ts",
"./test-utils.ts"
]
"entrypoints": ["./index.ts", "./test-utils.ts"]
},
"devDependencies": {
"@changesets/changelog-github": "0.4.1",
Expand Down Expand Up @@ -79,13 +70,8 @@
"peerDependencies": {
"express": ">=4"
},
"keywords": [
"express",
"devops",
"logs",
"tracing"
],
"keywords": ["express", "devops", "logs", "tracing"],
"engines": {
"node": ">=12 || >=14 || >=16"
}
}
}

0 comments on commit 084db04

Please sign in to comment.