Skip to content

Commit ba13fe1

Browse files
committed
chore: release main
1 parent ae8c418 commit ba13fe1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oss-autopilot",
3-
"version": "0.44.4",
3+
"version": "0.44.5",
44
"description": "AI-powered autopilot for managing open source contributions - track PRs, respond to maintainers, discover issues, and maintain contribution velocity",
55
"author": {
66
"name": "John Costa",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.44.4",
2+
".": "0.44.5",
33
"packages/mcp-server": "1.0.1"
44
}

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.44.5](https://github.com/costajohnt/oss-autopilot/compare/core-v0.44.4...core-v0.44.5) (2026-03-04)
9+
10+
11+
### Bug Fixes
12+
13+
* merge monthly counts into existing state instead of overwriting ([#538](https://github.com/costajohnt/oss-autopilot/issues/538)) ([ae8c418](https://github.com/costajohnt/oss-autopilot/commit/ae8c418b824616bc7cef77c6998bebe9bb7466a4))
14+
815
## [0.44.4](https://github.com/costajohnt/oss-autopilot/compare/core-v0.44.3...core-v0.44.4) (2026-03-04)
916

1017

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oss-autopilot/core",
3-
"version": "0.44.4",
3+
"version": "0.44.5",
44
"description": "CLI and core library for managing open source contributions",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)