standup-mr 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ All notable changes to standup-mr are recorded here. The format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and the project uses
|
|
5
5
|
[semantic versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [0.3.2] - 2026-09-01
|
|
8
|
+
|
|
9
|
+
Metadata only — no functional change, and nothing to do if you are already on
|
|
10
|
+
0.3.1.
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- A project icon (`assets/`), referenced from `server.json` so the MCP
|
|
15
|
+
Registry and directories can show it. SVG plus 512x512 and 400x400 PNGs.
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- The release workflow no longer fails when the version being tagged is
|
|
20
|
+
already on npm; the publish step checks first and exits cleanly.
|
|
21
|
+
|
|
7
22
|
## [0.3.1] - 2026-09-01
|
|
8
23
|
|
|
9
24
|
### Fixed
|