diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9b0083..b30d8038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.128] - 2023-10-09 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.128) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.127...v2.0.128) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.128) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.128.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.128.tar.gz)) + +### Dependency updates + +- [`d41394e`](https://github.com/betahuhn/do-spaces-action/commit/d41394e) Bump aws-sdk from 2.1467.0 to 2.1468.0 +- [`0856ffe`](https://github.com/betahuhn/do-spaces-action/commit/0856ffe) Bump aws-sdk from 2.1468.0 to 2.1469.0 +- [`d8f0971`](https://github.com/betahuhn/do-spaces-action/commit/d8f0971) Bump aws-sdk from 2.1469.0 to 2.1470.0 +- [`0be6272`](https://github.com/betahuhn/do-spaces-action/commit/0be6272) Bump aws-sdk from 2.1470.0 to 2.1471.0 +- [`77d961a`](https://github.com/betahuhn/do-spaces-action/commit/77d961a) Bump aws-sdk from 2.1471.0 to 2.1472.0 + ## [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)) diff --git a/package-lock.json b/package-lock.json index 794e3f86..aed2e4fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.127", + "version": "2.0.128", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 287f0dbd..09b88371 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.127", + "version": "2.0.128", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {