From 93067befc39a7d598131e4e6e744197d875a5cbc Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 23 Oct 2023 01:17:15 +0000 Subject: [PATCH] :bookmark: Release v2.0.130 [skip ci] --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469c16e4..f30454b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [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)) + +### Dependency updates + +- [`46a494a`](https://github.com/betahuhn/do-spaces-action/commit/46a494a) Bump aws-sdk from 2.1473.0 to 2.1474.0 +- [`d0ff0e4`](https://github.com/betahuhn/do-spaces-action/commit/d0ff0e4) Bump aws-sdk from 2.1474.0 to 2.1475.0 +- [`73ecb59`](https://github.com/betahuhn/do-spaces-action/commit/73ecb59) Bump aws-sdk from 2.1475.0 to 2.1476.0 +- [`d0393db`](https://github.com/betahuhn/do-spaces-action/commit/d0393db) Bump @vercel/ncc from 0.38.0 to 0.38.1 +- [`0c7e96a`](https://github.com/betahuhn/do-spaces-action/commit/0c7e96a) Bump aws-sdk from 2.1476.0 to 2.1477.0 +- [`528f5c2`](https://github.com/betahuhn/do-spaces-action/commit/528f5c2) Bump aws-sdk from 2.1477.0 to 2.1478.0 + ## [v2.0.129] - 2023-10-16 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.129) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.128...v2.0.129) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.129) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.129.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.129.tar.gz)) diff --git a/package-lock.json b/package-lock.json index f906942e..9080c9c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.129", + "version": "2.0.130", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3bc0e4bf..670915dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.129", + "version": "2.0.130", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {