From bc9beee651e524da23bc6fb44cce2d88c2525163 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:53:07 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v5.0.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0175642..8b48cea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer From f25bda9e4422ff4153cd0d466ff8d8b2b4e186ce Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Mon, 7 Oct 2024 23:53:28 +0000 Subject: [PATCH 2/2] CI: bumps version to 0.9.29 [skip ci] --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8173462..e99ea66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-function-url-custom-domain", - "version": "0.9.28", + "version": "0.9.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1a817d8..b46545c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-function-url-custom-domain", - "version": "0.9.28", + "version": "0.9.29", "description": "Serverless AWS Lambda URL custom domain configuration via cloudfront distribution and route 53.", "main": "index.js", "repository": {