@yawlabs/lemonsqueezy-mcp 0.10.3 → 0.10.4

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 CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to `@yawlabs/lemonsqueezy-mcp` are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and versioning follows [SEMVER.md](./SEMVER.md).
4
4
 
5
+ ## [0.10.4] -- 2026-05-16
6
+
7
+ ### Changed
8
+
9
+ - **GitHub release notes now come from `CHANGELOG.md`, not just commit subjects.** `release.sh` step 6 extracts the section between `## [X.Y.Z] -- ...` and the next `## [` and passes that body to `gh release create --notes`. Falls back to the previous `git log --oneline` behavior if no matching section is present (or the section is whitespace-only), then to "Initial release". Removes the long-standing pattern of single-line "- vX.Y.Z" release bodies on the GitHub releases page (every 0.10.x release until this one).
10
+
5
11
  ## [0.10.3] -- 2026-05-16
6
12
 
7
13
  ### Fixed
package/dist/index.js CHANGED
@@ -32779,7 +32779,7 @@ function readAuditLogResource(uri) {
32779
32779
  }
32780
32780
 
32781
32781
  // src/index.ts
32782
- var version2 = true ? "0.10.3" : (await null).createRequire(import.meta.url)("../package.json").version;
32782
+ var version2 = true ? "0.10.4" : (await null).createRequire(import.meta.url)("../package.json").version;
32783
32783
  var subcommand = process.argv[2];
32784
32784
  if (subcommand === "version" || subcommand === "--version") {
32785
32785
  console.log(version2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/lemonsqueezy-mcp",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "mcpName": "io.github.YawLabs/lemonsqueezy-mcp",
5
5
  "description": "LemonSqueezy MCP server for managing your store from AI assistants",
6
6
  "license": "MIT",