Skip to content

Commit 0e8d78f

Browse files
chore: Prepare release 0.0.3 (#59)
1 parent 1dc9be4 commit 0e8d78f

File tree

4 files changed

+36
-180
lines changed

4 files changed

+36
-180
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.0.3
2+
3+
- docs: Update README.md (#38) (2024-07-16
4+
- ci: Set dependabot interval to "monthly" (#44) (2024-07-22)
5+
- chore(deps-dev): bump @eslint/js from 9.6.0 to 9.10.0 (#58) (2024-09-12)
6+
- chore(deps-dev): bump @types/node from 20.14.10 to 22.5.1 (#57) (2024-09-12)
7+
- chore(deps): bump @types/aws-lambda from 8.10.141 to 8.10.145 (#56) (2024-09-12)
8+
- chore(deps): bump raygun from 1.2.0 to 2.0.0 (#47) (2024-09-12)
9+
- chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 (#43) (2024-07-18)
10+
- chore(deps): bump raygun from 1.1.0 to 1.2.0 (#42) (2024-07-18)
11+
- chore(deps): bump @types/aws-lambda from 8.10.140 to 8.10.141 (#41) (2024-07-18)
12+
- chore(deps-dev): bump tap from 19.2.5 to 21.0.0 (#40) (2024-07-18)
13+
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#39) (2024-07-18)
14+
115
## 0.0.2
216

317
- feat: Attach context in breadcrumb custom data automatically (#21)

example/package-lock.json

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

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.2",
3+
"version": "0.0.3",
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)