From 6de2116a389cdca947040e8186eca6e374802fc6 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 30 Oct 2023 01:17:58 +0000 Subject: [PATCH] :bookmark: Release v2.0.131 [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 f30454b2..2055e9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.131] - 2023-10-30 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.131) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.130...v2.0.131) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.131) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.131.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.131.tar.gz)) + +### Dependency updates + +- [`79d898d`](https://github.com/betahuhn/do-spaces-action/commit/79d898d) Bump aws-sdk from 2.1478.0 to 2.1479.0 +- [`bda9755`](https://github.com/betahuhn/do-spaces-action/commit/bda9755) Bump aws-sdk from 2.1479.0 to 2.1480.0 +- [`5257997`](https://github.com/betahuhn/do-spaces-action/commit/5257997) Bump aws-sdk from 2.1480.0 to 2.1481.0 +- [`92aef34`](https://github.com/betahuhn/do-spaces-action/commit/92aef34) Bump aws-sdk from 2.1481.0 to 2.1482.0 +- [`87a1a00`](https://github.com/betahuhn/do-spaces-action/commit/87a1a00) Bump aws-sdk from 2.1482.0 to 2.1483.0 + ## [v2.0.130] - 2023-10-23 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.130) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.129...v2.0.130) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.130) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.130.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.130.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 8891d62b..b7155dfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.130", + "version": "2.0.131", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b358d554..21510fe6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.130", + "version": "2.0.131", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {