Skip to content

Commit cfe8f4b

Browse files
Release 0.0.2 (#34)
1 parent ae7f917 commit cfe8f4b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.0.2
2+
3+
- feat: Attach context in breadcrumb custom data automatically (#21)
4+
- chore(deps-dev): bump @types/node from 20.14.2 to 20.14.8 (#26)
5+
- chore(deps-dev): bump @stylistic/eslint-plugin from 2.1.0 to 2.2.2 (#25)
6+
- chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 (#24)
7+
- chore(deps-dev): bump @stylistic/eslint-plugin-ts from 2.2.1 to 2.2.2 (#23)
8+
- chore(deps): bump @types/aws-lambda from 8.10.138 to 8.10.140 (#22)
9+
110
## 0.0.1
211

312
- Initial release
@@ -6,4 +15,4 @@
615
- Support for scoped Breadcrumbs.
716
- Created example project.
817
- Created documentation.
9-
18+

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@raygun.io/aws-lambda",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Raygun Crash Reporting for AWS Lambda functions",
55
"main": "build/raygun.aws.js",
66
"types": "build/raygun.aws.d.ts",

0 commit comments

Comments
 (0)