diff --git a/CHANGELOG.md b/CHANGELOG.md index e66606e..091fc6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.10](https://github.com/remarkablemark/setup-codeclimate/compare/v2.0.9...v2.0.10) (2025-01-16) + + +### Build System + +* **deps:** bump @actions/tool-cache from 2.0.1 to 2.0.2 ([#510](https://github.com/remarkablemark/setup-codeclimate/issues/510)) ([f5c1ead](https://github.com/remarkablemark/setup-codeclimate/commit/f5c1ead3d3786cc9b45aed07411583d45ab8ec4e)) + ## [2.0.9](https://github.com/remarkablemark/setup-codeclimate/compare/v2.0.8...v2.0.9) (2024-10-07) diff --git a/package-lock.json b/package-lock.json index 269ff31..95fea73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-codeclimate", - "version": "2.0.9", + "version": "2.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-codeclimate", - "version": "2.0.9", + "version": "2.0.10", "license": "MIT", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index c6dc2c4..3871317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-codeclimate", - "version": "2.0.9", + "version": "2.0.10", "description": "Set up your GitHub Actions workflow with Code Climate test reporter", "author": "Mark ", "main": "src/index.ts",