diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe2dfd..19e91ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/npalm/action-docs/compare/v2.3.0...v2.4.0) (2024-03-13) + + +### Features + +* Add support for inputs deprecationMessage ([#566](https://github.com/npalm/action-docs/issues/566)) ([e283563](https://github.com/npalm/action-docs/commit/e283563580e9f0cc0e71cd4205ef587e50845ef9)) + ## [2.3.0](https://github.com/npalm/action-docs/compare/v2.2.0...v2.3.0) (2024-03-09) diff --git a/package.json b/package.json index 83f24c7..0921e7a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-docs", - "version": "2.3.0", + "version": "2.4.0", "description": "Generate GitHub action docs based on action.yml", "main": "lib/index.js", "types": "lib/index.d.ts",