github-action-readme-generator 1.10.2 → 1.10.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.10.3](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.10.2...v1.10.3) (2026-02-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * initial plan for @actions/github v9 compatibility ([be413ad](https://github.com/bitflight-devops/github-action-readme-generator/commit/be413ada2b620eb1ef19676ead4d7e54cfe23580))
7
+ * update @actions/github imports for v9.0.0 compatibility ([f92e8ed](https://github.com/bitflight-devops/github-action-readme-generator/commit/f92e8edd5a91687651d54bc668c655e51294dba3))
8
+
1
9
  ## [1.10.2](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.10.1...v1.10.2) (2026-02-11)
2
10
 
3
11
 
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.2",
4
+ "version": "1.10.3",
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",