From 8ce631200c6ac54c6b9ccbab667087ed71f8feb6 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 15 Jan 2024 01:27:00 +0000 Subject: [PATCH] :bookmark: Release v2.0.142 [skip ci] --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7eebc6..f9169112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.0.142] - 2024-01-15 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.142) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.141...v2.0.142) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.142) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.142.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.142.tar.gz)) + +### Dependency updates + +- [`f5b0524`](https://github.com/betahuhn/do-spaces-action/commit/f5b0524) Bump aws-sdk from 2.1531.0 to 2.1532.0 +- [`d0b77bd`](https://github.com/betahuhn/do-spaces-action/commit/d0b77bd) Bump aws-sdk from 2.1532.0 to 2.1533.0 +- [`0742151`](https://github.com/betahuhn/do-spaces-action/commit/0742151) Bump aws-sdk from 2.1533.0 to 2.1534.0 +- [`19f324c`](https://github.com/betahuhn/do-spaces-action/commit/19f324c) Bump aws-sdk from 2.1534.0 to 2.1535.0 + ## [v2.0.141] - 2024-01-08 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.141) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.140...v2.0.141) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.141) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.141.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.141.tar.gz)) diff --git a/package-lock.json b/package-lock.json index d1b9c426..3cd863b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.141", + "version": "2.0.142", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9fa3029b..36767b60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.141", + "version": "2.0.142", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {