github-action-readme-generator 1.8.4 → 1.8.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
@@ -1,3 +1,19 @@
1
+ ## [1.8.6](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.5...v1.8.6) (2026-01-05)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * correct npm ln typo to npm link in setup-node action ([78073c4](https://github.com/bitflight-devops/github-action-readme-generator/commit/78073c48d63ab63402bebdbcf778d4cbe2163e5e))
7
+ * revert npm ln to npm link change - ln is a valid alias ([eab4124](https://github.com/bitflight-devops/github-action-readme-generator/commit/eab41249ae6032c7b1c0c19ce66821a4bc250b8a))
8
+ * update engines and esbuild-node-externals for Node 25 compatibility ([73968ba](https://github.com/bitflight-devops/github-action-readme-generator/commit/73968bada8e288b987b56771755ec3ef4d597c65))
9
+
10
+ ## [1.8.5](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.4...v1.8.5) (2025-12-07)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** update github action versions ([#420](https://github.com/bitflight-devops/github-action-readme-generator/issues/420)) ([f1bdab5](https://github.com/bitflight-devops/github-action-readme-generator/commit/f1bdab5dbb31ec83bd0f2c92e23f8079798e8fab))
16
+
1
17
  ## [1.8.4](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.3...v1.8.4) (2025-11-21)
2
18
 
3
19
 
package/README.md CHANGED
@@ -127,7 +127,7 @@ This configuration will automatically regenerate your README whenever `action.ym
127
127
  <!-- start usage -->
128
128
 
129
129
  ```yaml
130
- - uses: bitflight-devops/github-action-readme-generator@v1.8.3
130
+ - uses: bitflight-devops/github-action-readme-generator@v1.8.5
131
131
  with:
132
132
  # Description: The absolute or relative path to the `action.yml` file to read in
133
133
  # from.