From b8cf2023ebe7818ecf734a53be8fee23e0fe9248 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 23:14:07 +0000 Subject: [PATCH] chore: version packages --- .changeset/update-npm-badges.md | 10 ---------- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/update-npm-badges.md diff --git a/.changeset/update-npm-badges.md b/.changeset/update-npm-badges.md deleted file mode 100644 index 3809da6..0000000 --- a/.changeset/update-npm-badges.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"act-testing-mcp": patch ---- - -fix: update npm badge and add status badges - -- Replace broken badge.fury.io npm badge with reliable shields.io version -- Add npm downloads badge to show package adoption -- Add CI status badge for build health visibility -- Improve README presentation and discoverability diff --git a/CHANGELOG.md b/CHANGELOG.md index 0383125..25d2084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # act-testing-mcp +## 1.1.2 + +### Patch Changes + +- [#8](https://github.com/GarthDB/act-testing-mcp/pull/8) [`1b67363`](https://github.com/GarthDB/act-testing-mcp/commit/1b673639d0521b7e234ab21c93acc798d0fa8ada) Thanks [@GarthDB](https://github.com/GarthDB)! - fix: update npm badge and add status badges + - Replace broken badge.fury.io npm badge with reliable shields.io version + - Add npm downloads badge to show package adoption + - Add CI status badge for build health visibility + - Improve README presentation and discoverability + ## 1.1.1 ### Patch Changes diff --git a/package.json b/package.json index be141eb..951bba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "act-testing-mcp", - "version": "1.1.1", + "version": "1.1.2", "description": "MCP server for testing GitHub Actions workflows locally using nektos/act", "type": "module", "main": "index.js",