Skip to content

Commit

Permalink
Pre release 4.0.1 (#11)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update changelog

* Update version number in package.json
  • Loading branch information
aurelien-reeves authored Mar 31, 2022
1 parent dadc372 commit 7857d31
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 21 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [4.0.1] - 2022-03-31

### Changed
- Peer dependency of @cucumber/messages is now more permissive and simply request any version greater than 17.1.1

Expand Down Expand Up @@ -48,8 +50,9 @@ by ignoring certain lines.

## [1.0.0] - 2021-03-23

[Unreleased]: https://github.com/cucumber/message-streams/compare/v4.0.0...main
[4.0.0]: https://github.com/cucumber/message-streams/compare/v3.0.0...main
[Unreleased]: https://github.com/cucumber/message-streams/compare/v4.0.1...main
[4.0.0]: https://github.com/cucumber/message-streams/compare/v4.0.0...v4.0.1
[4.0.0]: https://github.com/cucumber/message-streams/compare/v3.0.0...v4.0.0
[3.0.0]: https://github.com/cucumber/message-streams/releases/tag/v3.0.0
[2.1.0]: https://github.com/cucumber/message-streams/releases/tag/v2.1.0
[2.0.0]: https://github.com/cucumber/message-streams/releases/tag/v2.0.0
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cucumber/message-streams",
"version": "4.0.0",
"version": "4.0.1",
"description": "Streams for reading/writing messages",
"type": "module",
"main": "dist/cjs/src/index.js",
Expand Down Expand Up @@ -36,17 +36,17 @@
"devDependencies": {
"@cucumber/messages": "^17.1.1",
"@types/mocha": "9.1.0",
"@types/node": "17.0.21",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"@types/node": "17.0.23",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"mocha": "9.2.2",
"prettier": "^2.6.0",
"prettier": "^2.6.1",
"ts-node": "^10.7.0",
"typescript": "4.6.3"
},
Expand Down

0 comments on commit 7857d31

Please sign in to comment.