Skip to content

Commit fd3ed0d

Browse files
authored
chore: release main (#536)
1 parent f95ebe0 commit fd3ed0d

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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.3",
3+
"version": "0.44.4",
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.3",
2+
".": "0.44.4",
33
"packages/mcp-server": "1.0.1"
44
}

packages/core/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.4](https://github.com/costajohnt/oss-autopilot/compare/core-v0.44.3...core-v0.44.4) (2026-03-04)
9+
10+
11+
### Bug Fixes
12+
13+
* **hooks:** prevent --silent from being passed to tsc during dashboard build ([82dc1b3](https://github.com/costajohnt/oss-autopilot/commit/82dc1b3b562470abce0d05629c7f4ca421aeb1d8))
14+
* **release:** track all plugin files in core releases, not just packages/core ([f95ebe0](https://github.com/costajohnt/oss-autopilot/commit/f95ebe0d6bb42d607f64b1a3eda2b3c9ad495534))
15+
* **release:** track hooks, workflows, and plugin config in core releases ([a065a3c](https://github.com/costajohnt/oss-autopilot/commit/a065a3c0bf6ea1821e6a9048feb0ec48a9cef496))
16+
817
## [0.44.3](https://github.com/costajohnt/oss-autopilot/compare/core-v0.44.2...core-v0.44.3) (2026-03-04)
918

1019

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.3",
3+
"version": "0.44.4",
44
"description": "CLI and core library for managing open source contributions",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)