Skip to content

Commit 832c7f4

Browse files
authored
Merge pull request #289 from morluto/release-please--branches--main
chore(main): release 3.0.1
2 parents b710e0f + 1b9d732 commit 832c7f4

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.0.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/morluto/gitcontribute/compare/v3.0.0...v3.0.1) (2026-08-10)
4+
5+
6+
### Bug Fixes
7+
8+
* **release:** stop gating npm discovery on redundant npx round-trip ([b710e0f](https://github.com/morluto/gitcontribute/commit/b710e0f42a0b14d71dd410bebd9fbf5bf763b24a))
9+
* **release:** stop gating npm discovery on redundant npx round-trip ([95c3c84](https://github.com/morluto/gitcontribute/commit/95c3c8467da5c957f8f8088531e1a934bdf92cb0))
10+
311
## [3.0.0](https://github.com/morluto/gitcontribute/compare/v2.0.0...v3.0.0) (2026-08-09)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitcontribute",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"mcpName": "io.github.morluto/gitcontribute",
55
"description": "Local-first GitHub contribution research workbench",
66
"license": "MIT",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/morluto/gitcontribute",
77
"source": "github"
88
},
9-
"version": "3.0.0",
9+
"version": "3.0.1",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"identifier": "gitcontribute",
14-
"version": "3.0.0",
14+
"version": "3.0.1",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)