From 25d3d000a88ed421bed6313b5517c7fa8f5fb04f Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 2 Jan 2023 01:37:55 +0000 Subject: [PATCH] :bookmark: Release v2.0.88 [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 8a21ba07..d3425135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [v2.0.88] - 2023-01-02 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.88) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.87...v2.0.88) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.88) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.88.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.88.tar.gz)) + +### Dependency updates + +- [`9f54a04`](https://github.com/betahuhn/do-spaces-action/commit/9f54a04) Bump aws-sdk from 2.1282.0 to 2.1283.0 +- [`20d47f4`](https://github.com/betahuhn/do-spaces-action/commit/20d47f4) Bump aws-sdk from 2.1283.0 to 2.1284.0 +- [`773036a`](https://github.com/betahuhn/do-spaces-action/commit/773036a) Bump aws-sdk from 2.1284.0 to 2.1285.0 +- [`08a3a9c`](https://github.com/betahuhn/do-spaces-action/commit/08a3a9c) Bump aws-sdk from 2.1285.0 to 2.1286.0 + ## [v2.0.87] - 2022-12-26 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.87) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.86...v2.0.87) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.87) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.87.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.87.tar.gz)) diff --git a/package-lock.json b/package-lock.json index d69f12f6..0079c076 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.87", + "version": "2.0.88", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa64cc0d..be0f62dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.87", + "version": "2.0.88", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {