github-action-readme-generator 1.8.7 → 1.8.9
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 +1127 -369
- package/dist/mjs/Action.js.map +1 -1
- package/dist/mjs/config.js.map +1 -1
- package/dist/mjs/helpers.js.map +1 -1
- package/dist/mjs/inputs.js.map +1 -1
- package/dist/mjs/logtask/index.js.map +1 -1
- package/dist/mjs/markdowner/index.js.map +1 -1
- package/dist/mjs/prettier.js.map +1 -1
- package/dist/mjs/readme-editor.js.map +1 -1
- package/dist/mjs/readme-generator.js.map +1 -1
- package/dist/mjs/save.js.map +1 -1
- package/dist/mjs/sections/index.js.map +1 -1
- package/dist/mjs/sections/update-badges.js.map +1 -1
- package/dist/mjs/sections/update-branding.js.map +1 -1
- package/dist/mjs/sections/update-description.js.map +1 -1
- package/dist/mjs/sections/update-inputs.js.map +1 -1
- package/dist/mjs/sections/update-outputs.js.map +1 -1
- package/dist/mjs/sections/update-title.js.map +1 -1
- package/dist/mjs/sections/update-usage.js.map +1 -1
- package/dist/mjs/svg-editor.mjs.map +1 -1
- package/dist/types/index.d.ts +3 -5
- package/package.json +28 -33
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [1.8.9](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.8...v1.8.9) (2026-01-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update github action versions ([#448](https://github.com/bitflight-devops/github-action-readme-generator/issues/448)) ([4ac9c1b](https://github.com/bitflight-devops/github-action-readme-generator/commit/4ac9c1b4dd530b697c2c7a2e583c28038aa16338))
|
|
7
|
+
|
|
8
|
+
## [1.8.8](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.7...v1.8.8) (2026-01-11)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add legacy-peer-deps to .npmrc for CI compatibility ([9ba9b37](https://github.com/bitflight-devops/github-action-readme-generator/commit/9ba9b372a9fad19968a85e57c531efd0dcbe4a11))
|
|
14
|
+
* disable n/no-missing-import rule for ESLint compatibility ([0e4141c](https://github.com/bitflight-devops/github-action-readme-generator/commit/0e4141ce1af2aa39ae649d5149fd78372c9c5fa2))
|
|
15
|
+
* remove legacy-peer-deps by upgrading and removing unmaintained packages ([3755216](https://github.com/bitflight-devops/github-action-readme-generator/commit/375521699b563c77b003883f2788f16cdf50e0bc))
|
|
16
|
+
|
|
1
17
|
## [1.8.7](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.8.6...v1.8.7) (2026-01-08)
|
|
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.8
|
|
131
131
|
with:
|
|
132
132
|
# Description: The absolute or relative path to the `action.yml` file to read in
|
|
133
133
|
# from.
|