github-action-readme-generator 1.10.6 → 1.10.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 +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.10.7](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.10.6...v1.10.7) (2026-05-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps-dev:** update esbuild-node-externals for esbuild 0.28 ([3546201](https://github.com/bitflight-devops/github-action-readme-generator/commit/3546201f063474015ada6928d267c59b6dfcecbc))
|
|
7
|
+
|
|
1
8
|
## [1.10.6](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.10.5...v1.10.6) (2026-04-29)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "github-action-readme-generator",
|
|
3
3
|
"displayName": "bitflight-devops/github-action-readme-generator",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.7",
|
|
5
5
|
"description": "The docs generator for GitHub Actions. Auto-syncs action.yml to README.md with 8 sections: inputs, outputs, usage, badges, branding & more. Works as CLI or GitHub Action.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"github-actions",
|
|
@@ -173,12 +173,12 @@
|
|
|
173
173
|
"conventional-commits": "^1.6.0",
|
|
174
174
|
"cz-conventional-changelog": "^3.3.0",
|
|
175
175
|
"dotenv": "^17.2.4",
|
|
176
|
-
"esbuild": "^0.
|
|
177
|
-
"esbuild-node-externals": "^1.
|
|
176
|
+
"esbuild": "^0.28.0",
|
|
177
|
+
"esbuild-node-externals": "^1.22.0",
|
|
178
178
|
"husky": "^9.1.7",
|
|
179
179
|
"is-ci": "^4.1.0",
|
|
180
180
|
"lint-staged": "^16.2.7",
|
|
181
|
-
"markdownlint-cli": "^0.
|
|
181
|
+
"markdownlint-cli": "^0.48.0",
|
|
182
182
|
"rimraf": "^6.1.2",
|
|
183
183
|
"run-script-os": "^1.1.6",
|
|
184
184
|
"semantic-release": "^25.0.2",
|