From c8780db1fa99ade64b81afe78c9dad5f438a48d9 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 4 Dec 2023 01:22:29 +0000 Subject: [PATCH] :bookmark: Release v2.0.136 [skip ci] --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6b47f5..b6f8ba77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.136] - 2023-12-04 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.136) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.135...v2.0.136) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.136) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.136.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.136.tar.gz)) + +### Dependency updates + +- [`53814df`](https://github.com/betahuhn/do-spaces-action/commit/53814df) Bump aws-sdk from 2.1502.0 to 2.1504.0 +- [`7e34147`](https://github.com/betahuhn/do-spaces-action/commit/7e34147) Bump aws-sdk from 2.1504.0 to 2.1506.0 +- [`de8056f`](https://github.com/betahuhn/do-spaces-action/commit/de8056f) Bump aws-sdk from 2.1506.0 to 2.1507.0 +- [`07b3a21`](https://github.com/betahuhn/do-spaces-action/commit/07b3a21) Bump aws-sdk from 2.1507.0 to 2.1509.0 +- [`a397e6b`](https://github.com/betahuhn/do-spaces-action/commit/a397e6b) Bump aws-sdk from 2.1509.0 to 2.1510.0 + ## [v2.0.135] - 2023-11-27 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.135) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.134...v2.0.135) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.135) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.135.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.135.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 3ce6374e..1c5d624f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.135", + "version": "2.0.136", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4b213e11..7ad19a5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.135", + "version": "2.0.136", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {