Skip to content

Commit

Permalink
chore: Update changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed Jul 7, 2021
1 parent 19fd340 commit e4ed18b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/node-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
run: node-maze-runner
use-aliases: true
verbose: true
command: ["-e", "koa.feature", "-e", "koa-1x.feature", "-e", "koa-disabled.feature"]
command: ["-e", "koa.feature", "-e", "koa-1x.feature", "-e", "koa_disabled.feature"]
env:
NODE_VERSION: "4"

Expand All @@ -37,7 +37,7 @@ steps:
run: node-maze-runner
use-aliases: true
verbose: true
command: ["-e", "koa.feature", "-e", "koa-1x.feature", "-e", "koa-disabled.feature"]
command: ["-e", "koa.feature", "-e", "koa-1x.feature", "-e", "koa_disabled.feature"]
env:
NODE_VERSION: "6"

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## TBC

### Added

- Server framework plugins now honour the `autoDetectErrors` configuration option [#1464](https://github.com/bugsnag/bugsnag-js/pull/1464)

## 7.10.5 (2021-07-05)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion test/node/features/express_disabled.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Scenario: a synchronous thrown error in a route
And I should receive no errors

Scenario: an asynchronous thrown error in a route
Then I open the URL "http://express-disabled/async"
Then I open the URL "http://express-disabled/async" tolerating any error
And I should receive no errors

Scenario: an error passed to next(err)
Expand Down

0 comments on commit e4ed18b

Please sign in to comment.