Skip to content

Commit 30513ef

Browse files
Fix CHANGELOG.md (#7)
1 parent d537b43 commit 30513ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1313
([#1756](https://github.com/cucumber/common/pull/1756))
1414

1515
### Changed
16-
- "@cucumber/messages": "17.1.1",
17-
"@cucumber/message-streams": "4.0.0",
18-
}
19-
}
20-
```
2116
- `@cucumber/messages`is now a peer dependency. You have to add `@cucumber/messages` in your dependencies:
22-
```diff
23-
{
24-
"dependencies": {
17+
```diff
18+
{
19+
"dependencies": {
20+
+ "@cucumber/messages": "17.1.1",
21+
"@cucumber/message-streams": "4.0.0",
22+
}
23+
}
24+
```
2525

2626
### Deprecated
2727

0 commit comments

Comments
 (0)