diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a675bc2..34e4eb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/npalm/action-docs/compare/1.2.0...v1.3.0) (2023-04-07) + + +### Features + +* Allow creating of usage guide ([#401](https://github.com/npalm/action-docs/issues/401)) ([92d68be](https://github.com/npalm/action-docs/commit/92d68beb7d90f1191db7a623fb21102adbd473cf)) + ## [1.2.0](https://github.com/npalm/action-docs/compare/1.1.3...1.2.0) (2023-03-02) diff --git a/package.json b/package.json index d5486b36..ff18c144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-docs", - "version": "1.2.0", + "version": "1.3.0", "description": "Generate GitHub action docs based on action.yml", "main": "lib/index.js", "types": "lib/index.d.ts",