diff --git a/CHANGELOG.md b/CHANGELOG.md index 041f9f5d..0914a393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.256 (2024-07-21) + +**Note:** Version bump only for package @swydo/byol-monorepo + + + + + ## 3.0.255 (2024-07-13) diff --git a/lerna.json b/lerna.json index 812d9ae3..0cf42765 100644 --- a/lerna.json +++ b/lerna.json @@ -10,5 +10,5 @@ "yes": true } }, - "version": "3.0.255" + "version": "3.0.256" } diff --git a/modules/byol-cli/CHANGELOG.md b/modules/byol-cli/CHANGELOG.md index b12ba474..6dddbdce 100644 --- a/modules/byol-cli/CHANGELOG.md +++ b/modules/byol-cli/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.256 (2024-07-21) + +**Note:** Version bump only for package @swydo/byol-cli + + + + + ## 3.0.255 (2024-07-13) diff --git a/modules/byol-cli/package.json b/modules/byol-cli/package.json index 589d834d..e31a1755 100644 --- a/modules/byol-cli/package.json +++ b/modules/byol-cli/package.json @@ -1,6 +1,6 @@ { "name": "@swydo/byol-cli", - "version": "3.0.255", + "version": "3.0.256", "description": "Bring Your Own Lambda CLI", "license": "MIT", "engines": { @@ -19,7 +19,7 @@ "directory": "modules/byol-cli" }, "dependencies": { - "@swydo/byol": "^3.0.255", + "@swydo/byol": "^3.0.256", "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 1cffb543..4f78c1a8 100644 --- a/modules/byol/CHANGELOG.md +++ b/modules/byol/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 3.0.256 (2024-07-21) + +**Note:** Version bump only for package @swydo/byol + + + + + ## 3.0.255 (2024-07-13) diff --git a/modules/byol/package.json b/modules/byol/package.json index 08acc34c..1ff06ece 100644 --- a/modules/byol/package.json +++ b/modules/byol/package.json @@ -1,6 +1,6 @@ { "name": "@swydo/byol", - "version": "3.0.255", + "version": "3.0.256", "description": "Bring Your Own Lambda", "license": "MIT", "engines": { diff --git a/package-lock.json b/package-lock.json index f152a084..86ec8ee5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ }, "modules/byol": { "name": "@swydo/byol", - "version": "3.0.255", + "version": "3.0.256", "license": "MIT", "dependencies": { "aws-sdk": "^2.704.0", @@ -50,10 +50,10 @@ }, "modules/byol-cli": { "name": "@swydo/byol-cli", - "version": "3.0.255", + "version": "3.0.256", "license": "MIT", "dependencies": { - "@swydo/byol": "^3.0.255", + "@swydo/byol": "^3.0.256", "aws-sdk": "^2.704.0", "cors": "^2.8.5", "dateformat": "4.6.3",