github-action-readme-generator 1.10.3 → 1.10.5

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 (3) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/bin/index.js +1021 -2615
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [1.10.5](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.10.4...v1.10.5) (2026-04-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * correct assignee username capitalization in dependabot.yml ([3724639](https://github.com/bitflight-devops/github-action-readme-generator/commit/37246393442f6372e5ee47baef728ca19a15fb39))
7
+
8
+ ## [1.10.4](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.10.3...v1.10.4) (2026-04-03)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * resolve vitest version mismatch causing npm ci failures in integration tests ([1ce0b7c](https://github.com/bitflight-devops/github-action-readme-generator/commit/1ce0b7cfc4f444e61d7a0f2310f2da4ccfae13b7))
14
+
1
15
  ## [1.10.3](https://github.com/bitflight-devops/github-action-readme-generator/compare/v1.10.2...v1.10.3) (2026-02-13)
2
16
 
3
17