@buildinternet/releases 0.45.0 → 0.47.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -101,7 +101,7 @@ releases feedback "love the tool" --contact you@example.com # optional reply-t
101
101
  releases feedback "draft" --dry-run --json # preview the payload, send nothing
102
102
  ```
103
103
 
104
- With no message argument in an interactive terminal, `feedback` prompts for the text (and an optional contact); otherwise pass it inline or pipe via stdin. `--type` accepts `bug`, `idea`, or `other`. Maintainers with admin access review submissions via `releases admin feedback list` (filter by `--type` / `--status`, paginate with `--cursor`).
104
+ With no message argument in an interactive terminal, `feedback` prompts for the text (and an optional contact); otherwise pass it inline or pipe via stdin. `--type` accepts `bug`, `idea`, or `other`. Maintainers with admin access review submissions via `releases admin feedback list` (filter by `--type` / `--status`, `--include-archived`, paginate with `--cursor`) and triage them: `releases admin feedback triage <id> --status closed`, `releases admin feedback archive <id>` (`--undo` to restore), and `releases admin feedback delete <id>` (permanent — type the id to confirm, or pass `--yes`).
105
105
 
106
106
  ### MCP
107
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buildinternet/releases",
3
- "version": "0.45.0",
3
+ "version": "0.47.0",
4
4
  "description": "The changelog & release-notes registry for developers and AI agents",
5
5
  "bin": {
6
6
  "releases": "bin/releases"
@@ -13,11 +13,11 @@
13
13
  "README.md"
14
14
  ],
15
15
  "optionalDependencies": {
16
- "@buildinternet/releases-darwin-arm64": "0.45.0",
17
- "@buildinternet/releases-darwin-x64": "0.45.0",
18
- "@buildinternet/releases-linux-x64": "0.45.0",
19
- "@buildinternet/releases-linux-arm64": "0.45.0",
20
- "@buildinternet/releases-windows-x64": "0.45.0"
16
+ "@buildinternet/releases-darwin-arm64": "0.47.0",
17
+ "@buildinternet/releases-darwin-x64": "0.47.0",
18
+ "@buildinternet/releases-linux-x64": "0.47.0",
19
+ "@buildinternet/releases-linux-arm64": "0.47.0",
20
+ "@buildinternet/releases-windows-x64": "0.47.0"
21
21
  },
22
22
  "keywords": [
23
23
  "changelog",