File tree Expand file tree Collapse file tree 3 files changed +24
-21
lines changed Expand file tree Collapse file tree 3 files changed +24
-21
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ ## [ 4.0.1] - 2022-03-31
11+
1012### Changed
1113- Peer dependency of @cucumber/messages is now more permissive and simply request any version greater than 17.1.1
1214
@@ -48,8 +50,9 @@ by ignoring certain lines.
4850
4951## [ 1.0.0] - 2021-03-23
5052
51- [ Unreleased ] : https://github.com/cucumber/message-streams/compare/v4.0.0...main
52- [ 4.0.0 ] : https://github.com/cucumber/message-streams/compare/v3.0.0...main
53+ [ Unreleased ] : https://github.com/cucumber/message-streams/compare/v4.0.1...main
54+ [ 4.0.0 ] : https://github.com/cucumber/message-streams/compare/v4.0.0...v4.0.1
55+ [ 4.0.0 ] : https://github.com/cucumber/message-streams/compare/v3.0.0...v4.0.0
5356[ 3.0.0 ] : https://github.com/cucumber/message-streams/releases/tag/v3.0.0
5457[ 2.1.0 ] : https://github.com/cucumber/message-streams/releases/tag/v2.1.0
5558[ 2.0.0 ] : https://github.com/cucumber/message-streams/releases/tag/v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @cucumber/message-streams" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
44 "description" : " Streams for reading/writing messages" ,
55 "type" : " module" ,
66 "main" : " dist/cjs/src/index.js" ,
3636 "devDependencies" : {
3737 "@cucumber/messages" : " ^17.1.1" ,
3838 "@types/mocha" : " 9.1.0" ,
39- "@types/node" : " 17.0.21 " ,
40- "@typescript-eslint/eslint-plugin" : " ^5.15 .0" ,
41- "@typescript-eslint/parser" : " ^5.15 .0" ,
42- "eslint" : " ^8.11 .0" ,
39+ "@types/node" : " 17.0.23 " ,
40+ "@typescript-eslint/eslint-plugin" : " ^5.17 .0" ,
41+ "@typescript-eslint/parser" : " ^5.17 .0" ,
42+ "eslint" : " ^8.12 .0" ,
4343 "eslint-config-prettier" : " ^8.5.0" ,
4444 "eslint-plugin-import" : " ^2.25.4" ,
4545 "eslint-plugin-node" : " ^11.1.0" ,
4646 "eslint-plugin-prettier" : " ^4.0.0" ,
4747 "eslint-plugin-simple-import-sort" : " ^7.0.0" ,
4848 "mocha" : " 9.2.2" ,
49- "prettier" : " ^2.6.0 " ,
49+ "prettier" : " ^2.6.1 " ,
5050 "ts-node" : " ^10.7.0" ,
5151 "typescript" : " 4.6.3"
5252 },
You can’t perform that action at this time.
0 commit comments