Skip to content

Commit

Permalink
chore: Prepare release 0.0.3 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelbeltran authored Sep 16, 2024
1 parent 1dc9be4 commit 0e8d78f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 180 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.0.3

- docs: Update README.md (#38) (2024-07-16
- ci: Set dependabot interval to "monthly" (#44) (2024-07-22)
- chore(deps-dev): bump @eslint/js from 9.6.0 to 9.10.0 (#58) (2024-09-12)
- chore(deps-dev): bump @types/node from 20.14.10 to 22.5.1 (#57) (2024-09-12)
- chore(deps): bump @types/aws-lambda from 8.10.141 to 8.10.145 (#56) (2024-09-12)
- chore(deps): bump raygun from 1.2.0 to 2.0.0 (#47) (2024-09-12)
- chore(deps-dev): bump typescript from 5.5.2 to 5.5.3 (#43) (2024-07-18)
- chore(deps): bump raygun from 1.1.0 to 1.2.0 (#42) (2024-07-18)
- chore(deps): bump @types/aws-lambda from 8.10.140 to 8.10.141 (#41) (2024-07-18)
- chore(deps-dev): bump tap from 19.2.5 to 21.0.0 (#40) (2024-07-18)
- chore(deps-dev): bump prettier from 3.3.2 to 3.3.3 (#39) (2024-07-18)

## 0.0.2

- feat: Attach context in breadcrumb custom data automatically (#21)
Expand Down
196 changes: 19 additions & 177 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@raygun.io/aws-lambda",
"version": "0.0.2",
"version": "0.0.3",
"description": "Raygun Crash Reporting for AWS Lambda functions",
"main": "build/raygun.aws.js",
"types": "build/raygun.aws.d.ts",
Expand Down

0 comments on commit 0e8d78f

Please sign in to comment.