Skip to content

Commit

Permalink
fix: readd old bin alias for backwards compat (#2008)
Browse files Browse the repository at this point in the history
* fix: readd old bin alias for backwards compat

* add CHANGELOG.md entry
  • Loading branch information
davidjgoss committed Apr 22, 2022
1 parent 66f0012 commit 798a864
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,9 @@ Please see [CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CO
### Added
- Explicit support for Node.js 18 ([#2007](https://github.com/cucumber/cucumber-js/pull/2007))

### Fixed
- Re-add `cucumber-js` bin file for backwards compatibility ([#2008](https://github.com/cucumber/cucumber-js/pull/2008))

## [8.1.1] - 2022-04-20
### Fixed
- Capture dependency on `@cucumber/message-streams` to satisfy peer requirement from `@cucumber/gherkin-streams` ([#2006](https://github.com/cucumber/cucumber-js/pull/2006))
Expand Down
3 changes: 3 additions & 0 deletions bin/cucumber-js
@@ -0,0 +1,3 @@
#!/usr/bin/env node

require('../lib/cli/run.js').default();

0 comments on commit 798a864

Please sign in to comment.