ghcr-manager 0.0.4 → 0.0.6

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
@@ -7,6 +7,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.0.6] - 2026-04-30
11
+
12
+ ### Changed
13
+
14
+ - Internal workflow/debug wiring.
15
+
16
+ ## [0.0.5] - 2026-04-30
17
+
18
+ ### Changed
19
+
20
+ - Publish to npmjs by trusted publisher
21
+
10
22
  ## [0.0.4] - 2026-04-30
11
23
 
12
24
  ### Changed
package/README.md CHANGED
@@ -56,7 +56,7 @@ jobs:
56
56
  - uses: actions/checkout@v6
57
57
 
58
58
  - name: Run ghcr-manager action
59
- uses: gh-workflow/ghcr-manager@0.0.4
59
+ uses: gh-workflow/ghcr-manager@0.0.6
60
60
  with:
61
61
  github-token: ${{ github.token }}
62
62
  owner: OWNER
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "type": "git",
10
10
  "url": "https://github.com/gh-workflow/ghcr-manager"
11
11
  },
12
- "version": "0.0.4",
12
+ "version": "0.0.6",
13
13
  "type": "module",
14
14
  "engines": {
15
15
  "node": ">=20.0.0"