Skip to content

Commit c171aee

Browse files
committed
chore: add missing changeset
1 parent 67bfb0c commit c171aee

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.changeset/chilly-needles-knock.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
'@birchill/bugsnag-zero-lambda-context': minor
3+
'@birchill/bugsnag-zero': minor
4+
---
5+
6+
Moved lambda context plugin to a separate package:
7+
`@birchill/bugsnag-zero-lambda-context`.
8+
9+
If you are using the lambda context plugin, you will need to add the
10+
`@birchill/bugsnag-zero-lambda-context` package to your dependencies and update
11+
your import statements.
12+
13+
```diff
14+
-import { lambdaContext } from '@birchill/bugsnag-zero/lambda-context';
15+
+import { lambdaContext } from '@birchill/bugsnag-zero-lambda-context';
16+
```

0 commit comments

Comments
 (0)