From 4d6c3d35d1c2acd7c9e35394848063c8127cccb0 Mon Sep 17 00:00:00 2001 From: BetaHuhn Bot Date: Mon, 29 Mar 2021 00:22:33 +0000 Subject: [PATCH] :bookmark: Release v1.1.12 [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 77eae5c5..8d7e37f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v1.1.12] - 2021-03-29 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v1.1.12) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v1.1.11...v1.1.12) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v1.1.12) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v1.1.12.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v1.1.12.tar.gz)) + +### Dependency updates + +- [`c1353f5`](https://github.com/betahuhn/do-spaces-action/commit/c1353f5) Bump aws-sdk from 2.867.0 to 2.868.0 +- [`b271813`](https://github.com/betahuhn/do-spaces-action/commit/b271813) Bump aws-sdk from 2.868.0 to 2.869.0 +- [`c4fd5d3`](https://github.com/betahuhn/do-spaces-action/commit/c4fd5d3) Bump aws-sdk from 2.869.0 to 2.870.0 +- [`379aebc`](https://github.com/betahuhn/do-spaces-action/commit/379aebc) Bump aws-sdk from 2.870.0 to 2.871.0 +- [`e89c072`](https://github.com/betahuhn/do-spaces-action/commit/e89c072) Bump aws-sdk from 2.871.0 to 2.873.0 + ## [v1.1.11] - 2021-03-22 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v1.1.11) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v1.1.10...v1.1.11) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v1.1.11) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v1.1.11.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v1.1.11.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 3452ab95..7c8f21df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "1.1.11", + "version": "1.1.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 039e64a3..be3f6d3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "1.1.11", + "version": "1.1.12", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "src/index.js", "scripts": {