From a84d4f13aebe45977f7e4fefa21e692be6e9aec8 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 13 Nov 2023 01:21:32 +0000 Subject: [PATCH] :bookmark: Release v2.0.133 [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 abf0d1ca..b461ff96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [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)) + +### Dependency updates + +- [`2ab96e0`](https://github.com/betahuhn/do-spaces-action/commit/2ab96e0) Bump aws-sdk from 2.1488.0 to 2.1489.0 +- [`7041f05`](https://github.com/betahuhn/do-spaces-action/commit/7041f05) Bump aws-sdk from 2.1489.0 to 2.1490.0 +- [`5eab3b5`](https://github.com/betahuhn/do-spaces-action/commit/5eab3b5) Bump aws-sdk from 2.1490.0 to 2.1491.0 +- [`944ce0c`](https://github.com/betahuhn/do-spaces-action/commit/944ce0c) Bump aws-sdk from 2.1491.0 to 2.1493.0 +- [`f97c1cf`](https://github.com/betahuhn/do-spaces-action/commit/f97c1cf) Bump aws-sdk from 2.1493.0 to 2.1494.0 + ## [v2.0.132] - 2023-11-06 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.132) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.131...v2.0.132) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.132) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.132.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.132.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 15001b05..19ed5948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.132", + "version": "2.0.133", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00eb56d1..88eecc4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.132", + "version": "2.0.133", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {