From b93f0a3ec78b0a808a9174aa9a8fbfae5a3d92e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:59:19 +0000 Subject: [PATCH] chore(master): release 2.0.7 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1977d3b..23658b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.7](https://github.com/remarkablemark/setup-codeclimate/compare/v2.0.6...v2.0.7) (2024-09-24) + + +### Build System + +* **deps-dev:** bump @vercel/ncc from 0.38.1 to 0.38.2 ([#422](https://github.com/remarkablemark/setup-codeclimate/issues/422)) ([79a3a29](https://github.com/remarkablemark/setup-codeclimate/commit/79a3a29b76f3710709d5d5ab8228353dbfd4dd1c)) + ## [2.0.6](https://github.com/remarkablemark/setup-codeclimate/compare/v2.0.5...v2.0.6) (2024-07-17) diff --git a/package-lock.json b/package-lock.json index e19e416..42b9a4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "setup-codeclimate", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "setup-codeclimate", - "version": "2.0.6", + "version": "2.0.7", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index f24b9a5..4ff672a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-codeclimate", - "version": "2.0.6", + "version": "2.0.7", "description": "Set up your GitHub Actions workflow with Code Climate test reporter", "author": "Mark ", "main": "src/index.ts",