We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d537b43 commit 30513efCopy full SHA for 30513ef
CHANGELOG.md
@@ -13,15 +13,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
13
([#1756](https://github.com/cucumber/common/pull/1756))
14
15
### Changed
16
-- "@cucumber/messages": "17.1.1",
17
-"@cucumber/message-streams": "4.0.0",
18
-}
19
20
-```
21
- `@cucumber/messages`is now a peer dependency. You have to add `@cucumber/messages` in your dependencies:
22
-```diff
23
-{
24
-"dependencies": {
+ ```diff
+ {
+ "dependencies": {
+ + "@cucumber/messages": "17.1.1",
+ "@cucumber/message-streams": "4.0.0",
+ }
+ ```
25
26
### Deprecated
27
0 commit comments