Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.0.7

- chore(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 (#164) (2026-04-01)
- chore(deps-dev): bump typescript-eslint from 8.56.1 to 8.58.0 (#165) (2026-04-01)
- chore(deps): bump raygun from 2.2.4 to 2.2.5 (#166) (2026-04-01)
- chore(deps-dev): bump @types/node from 25.3.3 to 25.5.0 (#167) (2026-04-01)
- chore(deps-dev): bump eslint from 9.39.2 to 10.1.0 (#168) (2026-04-01)
- chore(deps-dev): bump @eslint/js from 9.39.2 to 10.0.1 (#161) (2026-04-01)
- chore: complete ESLint 10 config cleanup and unify stylistic plugins (#169) (2026-04-04)
- chore(deps): bump actions/checkout from 6 to 7 (#175) (2026-07-22)
- chore(ci): make quality checks non-mutating (#176) (2026-07-23)
- chore(deps): refresh dependency lockfiles (#177) (2026-07-23)

## 0.0.6

- chore(deps-dev): bump eslint-plugin-tsdoc from 0.5.0 to 0.5.2 (#162) (2026-03-01)
Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "0.0.7",
"description": "Raygun Crash Reporting for AWS Lambda functions",
"main": "build/raygun.aws.js",
"types": "build/raygun.aws.d.ts",
Expand Down