From 5033d292d34b4cc67b23fdb369e629bfe16d1e5e Mon Sep 17 00:00:00 2001 From: Kai Koenig Date: Fri, 24 Jul 2026 09:41:17 +1200 Subject: [PATCH] chore: Release 0.0.7 --- CHANGELOG.md | 13 +++++++++++++ example/package-lock.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c3a717..f36ad58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/example/package-lock.json b/example/package-lock.json index 88f9fbc..09de391 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -13,7 +13,7 @@ }, "..": { "name": "@raygun.io/aws-lambda", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.160", diff --git a/package-lock.json b/package-lock.json index a46abc6..93dee1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@raygun.io/aws-lambda", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@raygun.io/aws-lambda", - "version": "0.0.6", + "version": "0.0.7", "license": "MIT", "dependencies": { "@types/aws-lambda": "^8.10.160", diff --git a/package.json b/package.json index d7fc80e..f9ecb93 100644 --- a/package.json +++ b/package.json @@ -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",