diff --git a/CHANGELOG.md b/CHANGELOG.md index 4315eec..914f8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.13](https://github.com/remarkablemark/setup-codeclimate/compare/v2.0.12...v2.0.13) (2025-05-13) + + +### Build System + +* **deps:** bump semver from 7.7.1 to 7.7.2 ([#608](https://github.com/remarkablemark/setup-codeclimate/issues/608)) ([bb7b6da](https://github.com/remarkablemark/setup-codeclimate/commit/bb7b6da594045f25458206218ee56541502c2f37)) + ## [2.0.12](https://github.com/remarkablemark/setup-codeclimate/compare/v2.0.11...v2.0.12) (2025-02-04) diff --git a/package-lock.json b/package-lock.json index 14cd5cd..f22eddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-codeclimate", - "version": "2.0.12", + "version": "2.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-codeclimate", - "version": "2.0.12", + "version": "2.0.13", "license": "MIT", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index e72116a..8ab340b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-codeclimate", - "version": "2.0.12", + "version": "2.0.13", "description": "Set up your GitHub Actions workflow with Code Climate test reporter", "author": "Mark ", "main": "src/index.ts",