diff --git a/CHANGELOG.md b/CHANGELOG.md index 2055e9e7..abf0d1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.132] - 2023-11-06 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.132) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.131...v2.0.132) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.132) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.132.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.132.tar.gz)) + +### Dependency updates + +- [`db881f6`](https://github.com/betahuhn/do-spaces-action/commit/db881f6) Bump aws-sdk from 2.1483.0 to 2.1484.0 +- [`57158e5`](https://github.com/betahuhn/do-spaces-action/commit/57158e5) Bump aws-sdk from 2.1484.0 to 2.1485.0 +- [`2efb287`](https://github.com/betahuhn/do-spaces-action/commit/2efb287) Bump aws-sdk from 2.1485.0 to 2.1486.0 +- [`4cc2d87`](https://github.com/betahuhn/do-spaces-action/commit/4cc2d87) Bump aws-sdk from 2.1486.0 to 2.1487.0 +- [`485521c`](https://github.com/betahuhn/do-spaces-action/commit/485521c) Bump aws-sdk from 2.1487.0 to 2.1488.0 + ## [v2.0.131] - 2023-10-30 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.131) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.130...v2.0.131) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.131) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.131.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.131.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 6982d97b..a13b1806 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.131", + "version": "2.0.132", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99939c69..2ae1564d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.131", + "version": "2.0.132", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {