From b0c282b094dc6e926a82af883d0797d3036b71fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:42:30 +0530 Subject: [PATCH] chore: release v5.5.0 (#478) Co-authored-by: chaudharysaket --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c0300..80f7d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +### v5.5.0 (2024-11-21) + +#### Features + +* add provided.al2023 ([#462](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/462)) ([a56a995](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/a56a9956872dc0bb6b9611d49732f4d03297ef71)) +* Updating the Layer ARN versions to latest ([#471](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/471)) ([a0fbe55](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/a0fbe558a290a7edbd98f248dbe40e17ddf14fb5)) + +#### Security improvements + +* **deps:** adding support to serverless v4 ([#477](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/477)) ([d7048b5](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/d7048b5e7a450be862d27f373cf8ec762e0d9217)) +* **deps:** bump braces from 3.0.2 to 3.0.3 ([#444](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/444)) ([fa1c5e9](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/fa1c5e9e3e634639756b530654e7cfad5421ef18)) + * Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash +* **deps:** bump micromatch from 4.0.5 to 4.0.8 ([#464](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/464)) ([8e77ad8](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/8e77ad8ea92b0509bd690a41a4d5fc0e4fe6d9ef)) + * Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash +* **deps:** bump ws from 7.5.9 to 7.5.10 ([#454](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/454)) ([13c2495](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/13c2495434051eb6ebb52400a78cd8e4203e0114)) + * Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash + +#### Miscellaneous chores + +* **deps-dev:** bump braces from 3.0.2 to 3.0.3 in /examples/python-requirements ([#445](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/445)) ([fe84bdf](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/fe84bdf5b25250a3800a86b36e157e630e0eed09)) + * Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash +* **deps-dev:** bump ws from 7.5.7 to 7.5.10 in /examples/python ([#453](https://github.com/newrelic/serverless-newrelic-lambda-layers/pull/453)) ([4fe712e](https://github.com/newrelic/serverless-newrelic-lambda-layers/commit/4fe712e778aac645fcb38ba517c269f487889895)) + * Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chodavarapu Naga Viswanadha Avinash + ### v5.4.0 (2024-07-24) ### v5.3.0 (2024-06-12) diff --git a/package-lock.json b/package-lock.json index 02b1e38..c5f5000 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "serverless-newrelic-lambda-layers", - "version": "5.4.0", + "version": "5.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "serverless-newrelic-lambda-layers", - "version": "5.4.0", + "version": "5.5.0", "license": "Apache-2.0", "devDependencies": { "@types/fs-extra": "^9.0.13", diff --git a/package.json b/package.json index 19d9ba1..daeda1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-newrelic-lambda-layers", - "version": "5.4.0", + "version": "5.5.0", "description": "Serverless plugin for NewRelic APM AWS Lambda layers.", "main": "dist/index.js", "files": [