diff --git a/CHANGELOG.md b/CHANGELOG.md index 3398d237..2f6b47f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v2.0.135] - 2023-11-27 + +[Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.135) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.134...v2.0.135) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.135) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.135.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.135.tar.gz)) + +### Dependency updates + +- [`846716d`](https://github.com/betahuhn/do-spaces-action/commit/846716d) Bump aws-sdk from 2.1499.0 to 2.1500.0 +- [`8326a61`](https://github.com/betahuhn/do-spaces-action/commit/8326a61) Bump aws-sdk from 2.1500.0 to 2.1501.0 +- [`8d86106`](https://github.com/betahuhn/do-spaces-action/commit/8d86106) Bump aws-sdk from 2.1501.0 to 2.1502.0 + ## [v2.0.134] - 2023-11-20 [Release notes](https://github.com/betahuhn/do-spaces-action/releases/tag/v2.0.134) · [Compare](https://github.com/betahuhn/do-spaces-action/compare/v2.0.133...v2.0.134) · [Tag](https://github.com/betahuhn/do-spaces-action/tree/v2.0.134) · Archive ([zip](https://github.com/betahuhn/do-spaces-action/archive/v2.0.134.zip) · [tar.gz](https://github.com/betahuhn/do-spaces-action/archive/v2.0.134.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 64391083..b54ccbac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.134", + "version": "2.0.135", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c732a60a..ed5af8ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "do-spaces-action", - "version": "2.0.134", + "version": "2.0.135", "description": "Upload directories/files to DigitalOcean Spaces via GitHub Actions. Supports package/library versioning.", "main": "dist/index.js", "scripts": {