From cc9798e1e680662d6b7e4b65a3595469a5f59fd8 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 29 Jan 2024 01:18:15 +0000 Subject: [PATCH] :bookmark: Release v2.0.144 [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 fa524bcd..b2c49e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.144] - 2024-01-29 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.144) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.143...v2.0.144) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.144) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.144.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.144.tar.gz)) + +### Dependency updates + +- [`6ffdbce`](https://github.com/betahuhn/do-spaces-action/commit/6ffdbce) Bump aws-sdk from 2.1540.0 to 2.1541.0 +- [`6629c67`](https://github.com/betahuhn/do-spaces-action/commit/6629c67) Bump aws-sdk from 2.1541.0 to 2.1542.0 +- [`7ee7581`](https://github.com/betahuhn/do-spaces-action/commit/7ee7581) Bump aws-sdk from 2.1542.0 to 2.1543.0 +- [`ae5f478`](https://github.com/betahuhn/do-spaces-action/commit/ae5f478) Bump aws-sdk from 2.1543.0 to 2.1544.0 +- [`c6869a3`](https://github.com/betahuhn/do-spaces-action/commit/c6869a3) Bump aws-sdk from 2.1544.0 to 2.1545.0 + ## [v2.0.143] - 2024-01-22 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.143) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.142...v2.0.143) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.143) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.143.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.143.tar.gz)) diff --git a/package-lock.json b/package-lock.json index f689e8b9..66af146a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.143", + "version": "2.0.144", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9a8204d4..f9c570bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.143", + "version": "2.0.144", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {