From 4f6539f6c468b027ab0415ee62802d0e49ce7003 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 20 Nov 2023 01:24:37 +0000 Subject: [PATCH] :bookmark: Release v2.0.134 [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 b461ff96..3398d237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.134] - 2023-11-20 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.134) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.133...v2.0.134) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.134) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.134.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.134.tar.gz)) + +### Dependency updates + +- [`2e9f879`](https://github.com/betahuhn/do-spaces-action/commit/2e9f879) Bump aws-sdk from 2.1494.0 to 2.1495.0 +- [`367c286`](https://github.com/betahuhn/do-spaces-action/commit/367c286) Bump aws-sdk from 2.1495.0 to 2.1496.0 +- [`56bfec4`](https://github.com/betahuhn/do-spaces-action/commit/56bfec4) Bump aws-sdk from 2.1496.0 to 2.1497.0 +- [`a410275`](https://github.com/betahuhn/do-spaces-action/commit/a410275) Bump aws-sdk from 2.1497.0 to 2.1498.0 +- [`6058d97`](https://github.com/betahuhn/do-spaces-action/commit/6058d97) Bump aws-sdk from 2.1498.0 to 2.1499.0 + ## [v2.0.133] - 2023-11-13 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.133) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.132...v2.0.133) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.133) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.133.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.133.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 5471b64c..10bed86f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.133", + "version": "2.0.134", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e2311942..e18acdff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.133", + "version": "2.0.134", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {