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",