github-action-readme-generator 1.8.5 → 1.8.7
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 +16 -0
- package/README.md +1 -1
- package/dist/bin/index.js +181 -181
- package/dist/mjs/helpers.js +1 -1
- package/dist/mjs/helpers.js.map +1 -1
- package/dist/mjs/readme-editor.js +1 -1
- package/dist/mjs/readme-editor.js.map +1 -1
- package/dist/types/index.d.ts +1 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.8.7](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.6...v1.8.7) (2026-01-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* upgrade @typescript-eslint/eslint-plugin to 8.51.0 and remove deprecated rule ([e3034a1](https://github.com/bitflight-devops/github-action-readme-generator/commit/e3034a125beb529b3749f6318232caa007649d73))
|
|
7
|
+
|
|
8
|
+
## [1.8.6](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.5...v1.8.6) (2026-01-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* correct npm ln typo to npm link in setup-node action ([78073c4](https://github.com/bitflight-devops/github-action-readme-generator/commit/78073c48d63ab63402bebdbcf778d4cbe2163e5e))
|
|
14
|
+
* revert npm ln to npm link change - ln is a valid alias ([eab4124](https://github.com/bitflight-devops/github-action-readme-generator/commit/eab41249ae6032c7b1c0c19ce66821a4bc250b8a))
|
|
15
|
+
* update engines and esbuild-node-externals for Node 25 compatibility ([73968ba](https://github.com/bitflight-devops/github-action-readme-generator/commit/73968bada8e288b987b56771755ec3ef4d597c65))
|
|
16
|
+
|
|
1
17
|
## [1.8.5](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.4...v1.8.5) (2025-12-07)
|
|
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.
|
|
130
|
+
- uses: bitflight-devops/github-action-readme-generator@v1.8.6
|
|
131
131
|
with:
|
|
132
132
|
# Description: The absolute or relative path to the `action.yml` file to read in
|
|
133
133
|
# from.
|