We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60d963 commit 8ae3fa6Copy full SHA for 8ae3fa6
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [2.4.1](https://github.com/npalm/action-docs/compare/v2.4.0...v2.4.1) (2024-04-27)
4
+
5
6
+### Bug Fixes
7
8
+* update tsconfig to node20 recommendations ([#579](https://github.com/npalm/action-docs/issues/579)) ([2866dcf](https://github.com/npalm/action-docs/commit/2866dcffa1a5fa41aa61633868632261dfc90a69))
9
10
## [2.4.0](https://github.com/npalm/action-docs/compare/v2.3.0...v2.4.0) (2024-03-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "action-docs",
- "version": "2.4.0",
+ "version": "2.4.1",
"description": "Generate GitHub action docs based on action.yml",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments