diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c4e61a8..79d9e237 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [v2.0.139] - 2023-12-25 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.139) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.138...v2.0.139) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.139) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.139.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.139.tar.gz)) + +### Dependency updates + +- [`7bdcdf7`](https://github.com/betahuhn/do-spaces-action/commit/7bdcdf7) Bump aws-sdk from 2.1520.0 to 2.1521.0 +- [`3f1c267`](https://github.com/betahuhn/do-spaces-action/commit/3f1c267) Bump aws-sdk from 2.1521.0 to 2.1522.0 +- [`66a0920`](https://github.com/betahuhn/do-spaces-action/commit/66a0920) Bump aws-sdk from 2.1522.0 to 2.1523.0 +- [`a72f900`](https://github.com/betahuhn/do-spaces-action/commit/a72f900) Bump aws-sdk from 2.1523.0 to 2.1524.0 +- [`d8b1620`](https://github.com/betahuhn/do-spaces-action/commit/d8b1620) Bump aws-sdk from 2.1524.0 to 2.1525.0 + ## [v2.0.138] - 2023-12-18 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.138) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.137...v2.0.138) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.138) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.138.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.138.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 22630324..9ddb98d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.138", + "version": "2.0.139", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d65431a..3c142411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.138", + "version": "2.0.139", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {