Skip to content

Commit

Permalink
chore: upgraded from v2.2.2 -> v2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 10, 2023
1 parent b050500 commit 8108f27
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
35 changes: 27 additions & 8 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,35 @@
# Changelog

## [v2.2.0](https://github.com/tj-actions/auto-doc/tree/v2.2.0) (2023-03-09)
## [v2.2.3](https://github.com/tj-actions/auto-doc/tree/v2.2.3) (2023-03-10)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v2.2.2...v2.2.3)

**Merged pull requests:**

- chore: tidy imports [\#424](https://github.com/tj-actions/auto-doc/pull/424) ([jackton1](https://github.com/jackton1))
- Don't add 2 newlines if nothing in table [\#423](https://github.com/tj-actions/auto-doc/pull/423) ([andreas-aman](https://github.com/andreas-aman))
- Update tj-actions/github-changelog-generator action to v1.18 [\#422](https://github.com/tj-actions/auto-doc/pull/422) ([renovate[bot]](https://github.com/apps/renovate))
- Upgraded to v2.2.0 [\#421](https://github.com/tj-actions/auto-doc/pull/421) ([jackton1](https://github.com/jackton1))

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v2...v2.2.0)
## [v2.2.2](https://github.com/tj-actions/auto-doc/tree/v2.2.2) (2023-03-10)

## [v2](https://github.com/tj-actions/auto-doc/tree/v2) (2023-03-09)
[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v2...v2.2.2)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v2.1.0...v2)
## [v2](https://github.com/tj-actions/auto-doc/tree/v2) (2023-03-10)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v2.2.1...v2)

## [v2.2.1](https://github.com/tj-actions/auto-doc/tree/v2.2.1) (2023-03-10)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v2.2.0...v2.2.1)

**Closed issues:**

- Dependency Dashboard [\#2](https://github.com/tj-actions/auto-doc/issues/2)

## [v2.2.0](https://github.com/tj-actions/auto-doc/tree/v2.2.0) (2023-03-09)

[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v2.1.0...v2.2.0)

**Merged pull requests:**

Expand Down Expand Up @@ -54,10 +77,6 @@
- \[Feature\] Support for reusable workflow documentation [\#404](https://github.com/tj-actions/auto-doc/issues/404)
- \[Feature\] Rename project to action-docgen [\#364](https://github.com/tj-actions/auto-doc/issues/364)

**Closed issues:**

- Dependency Dashboard [\#2](https://github.com/tj-actions/auto-doc/issues/2)

**Merged pull requests:**

- chore: fix add missing comments [\#409](https://github.com/tj-actions/auto-doc/pull/409) ([jackton1](https://github.com/jackton1))
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
done
if [[ -z "$BIN_PATH" ]]; then
LATEST_VERSION=${VERSION:-v2.2.2}
LATEST_VERSION=${VERSION:-v2.2.3}
echo "Downloading auto-doc $LATEST_VERSION binary..."
# Download the latest version
Expand Down

0 comments on commit 8108f27

Please sign in to comment.