From b6152d5b7801887d1b74faf71181f17db074991e Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 2 Oct 2023 01:16:59 +0000 Subject: [PATCH] :bookmark: Release v2.0.127 [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 df7bda1f..9e9b0083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.0.127] - 2023-10-02 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.127) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.126...v2.0.127) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.127) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.127.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.127.tar.gz)) + +### Dependency updates + +- [`ccf37a1`](https://github.com/betahuhn/do-spaces-action/commit/ccf37a1) Bump aws-sdk from 2.1463.0 to 2.1464.0 +- [`48ec652`](https://github.com/betahuhn/do-spaces-action/commit/48ec652) Bump aws-sdk from 2.1464.0 to 2.1465.0 +- [`f78df58`](https://github.com/betahuhn/do-spaces-action/commit/f78df58) Bump aws-sdk from 2.1465.0 to 2.1466.0 +- [`30083dc`](https://github.com/betahuhn/do-spaces-action/commit/30083dc) Bump aws-sdk from 2.1466.0 to 2.1467.0 + ## [v2.0.126] - 2023-09-25 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.126) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.125...v2.0.126) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.126) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.126.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.126.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 01733504..c112d797 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.126", + "version": "2.0.127", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 97ae7019..75bb7c7c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.126", + "version": "2.0.127", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {