diff --git a/CHANGELOG.md b/CHANGELOG.md index bf10c84..8098d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/pndurette/gh-actions-auto-docs/compare/v1.0.0...v1.0.1) (2023-03-03) + + +### Bug Fixes + +* install package from action path ([235c37c](https://github.com/pndurette/gh-actions-auto-docs/commit/235c37cfc920daafc02fc6b14a36524c8328149a)) + ## 1.0.0 (2023-03-03) -Initial realease! \ No newline at end of file +Initial realease! diff --git a/pyproject.toml b/pyproject.toml index a5a427d..4e3bf82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "actiondocs" -version = "1.0.0" +version = "1.0.1" description = "A GitHub Actions Markdown docs generator" authors = [{name = "Pierre Nicolas Durette", email = "pndurette@gmail.com"}] requires-python = ">=3.7"