From 327d4043f4513ce04298e0d8906e08d8572f2566 Mon Sep 17 00:00:00 2001 From: SwyBot Date: Fri, 28 Jun 2024 22:07:17 +0000 Subject: [PATCH] chore(release): 3.0.242 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- modules/byol-cli/CHANGELOG.md | 11 +++++++++++ modules/byol-cli/package.json | 4 ++-- modules/byol/CHANGELOG.md | 11 +++++++++++ modules/byol/package.json | 2 +- package-lock.json | 10 +++++----- 7 files changed, 42 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e0bac8..141c9b32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.242 (2024-06-28) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1651.0 ([#842](https://github.com/Swydo/byol/issues/842)) ([356f9b7](https://github.com/Swydo/byol/commit/356f9b7b4446c8ecefd5ac3d8325dc81aa913703)) + + + + + ## 3.0.241 (2024-06-28) diff --git a/lerna.json b/lerna.json index 8aa30e9b..43285ba2 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "yes": true } }, - "version": "3.0.241" + "version": "3.0.242" } diff --git a/modules/byol-cli/CHANGELOG.md b/modules/byol-cli/CHANGELOG.md index 77c006bb..44c73376 100644 --- a/modules/byol-cli/CHANGELOG.md +++ b/modules/byol-cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.242 (2024-06-28) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1651.0 ([#842](https://github.com/Swydo/byol/issues/842)) ([356f9b7](https://github.com/Swydo/byol/commit/356f9b7b4446c8ecefd5ac3d8325dc81aa913703)) + + + + + ## 3.0.241 (2024-06-28) diff --git a/modules/byol-cli/package.json b/modules/byol-cli/package.json index 9086233d..87e08a9c 100644 --- a/modules/byol-cli/package.json +++ b/modules/byol-cli/package.json @@ -1,6 +1,6 @@ { "name": "@swydo/byol-cli", - "version": "3.0.241", + "version": "3.0.242", "description": "Bring Your Own Lambda CLI", "license": "MIT", "engines": { @@ -19,7 +19,7 @@ "directory": "modules/byol-cli" }, "dependencies": { - "@swydo/byol": "^3.0.241", + "@swydo/byol": "^3.0.242", "aws-sdk": "^2.704.0", "cors": "^2.8.5", "dateformat": "4.6.3", diff --git a/modules/byol/CHANGELOG.md b/modules/byol/CHANGELOG.md index cfbade7d..3f871e8c 100644 --- a/modules/byol/CHANGELOG.md +++ b/modules/byol/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.242 (2024-06-28) + + +### Bug Fixes + +* **deps:** update dependency aws-sdk to v2.1651.0 ([#842](https://github.com/Swydo/byol/issues/842)) ([356f9b7](https://github.com/Swydo/byol/commit/356f9b7b4446c8ecefd5ac3d8325dc81aa913703)) + + + + + ## 3.0.241 (2024-06-28) diff --git a/modules/byol/package.json b/modules/byol/package.json index 036ad5d3..bc6245dc 100644 --- a/modules/byol/package.json +++ b/modules/byol/package.json @@ -1,6 +1,6 @@ { "name": "@swydo/byol", - "version": "3.0.241", + "version": "3.0.242", "description": "Bring Your Own Lambda", "license": "MIT", "engines": { diff --git a/package-lock.json b/package-lock.json index 4eaaa21f..77e452a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,10 +27,10 @@ }, "modules/byol": { "name": "@swydo/byol", - "version": "3.0.241", + "version": "3.0.242", "license": "MIT", "dependencies": { - "aws-sdk": "^2.1651.0", + "aws-sdk": "^2.704.0", "debug": "^4.1.1", "object-path": "^0.11.5", "path-match": "^1.2.4", @@ -50,11 +50,11 @@ }, "modules/byol-cli": { "name": "@swydo/byol-cli", - "version": "3.0.241", + "version": "3.0.242", "license": "MIT", "dependencies": { - "@swydo/byol": "^3.0.241", - "aws-sdk": "^2.1651.0", + "@swydo/byol": "^3.0.242", + "aws-sdk": "^2.704.0", "cors": "^2.8.5", "dateformat": "4.6.3", "debug": "^4.1.1",