Skip to content

Commit

Permalink
chore: upgraded from v2.2.4 -> v2.2.5 (#438)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jackton1 and github-actions[bot] committed Mar 21, 2023
1 parent b8b1720 commit b042212
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
26 changes: 16 additions & 10 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
# Changelog

## [Unreleased](https://github.com/tj-actions/auto-doc/tree/HEAD)
## [v2.2.5](https://github.com/tj-actions/auto-doc/tree/v2.2.5) (2023-03-21)

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

**Closed issues:**
**Merged pull requests:**

- Dependency Dashboard [\#2](https://github.com/tj-actions/auto-doc/issues/2)
- chore: switch back to gobinaries [\#437](https://github.com/tj-actions/auto-doc/pull/437) ([jackton1](https://github.com/jackton1))
- Upgraded to v2.2.4 [\#436](https://github.com/tj-actions/auto-doc/pull/436) ([jackton1](https://github.com/jackton1))
- chore: update README.md [\#434](https://github.com/tj-actions/auto-doc/pull/434) ([jackton1](https://github.com/jackton1))

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

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

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

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

**Fixed bugs:**

- \[BUG\] auto-doc replaces first occurrence of header regardless of placement. [\#427](https://github.com/tj-actions/auto-doc/issues/427)
- \[BUG\] Having header defined without any data causes 2 blank spaces. [\#426](https://github.com/tj-actions/auto-doc/issues/426)

**Closed issues:**

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

**Merged pull requests:**

- chore\(deps\): update tj-actions/verify-changed-files action to v14 [\#435](https://github.com/tj-actions/auto-doc/pull/435) ([renovate[bot]](https://github.com/apps/renovate))
Expand All @@ -29,11 +39,7 @@

## [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...v2.2.3)

## [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.2...v2)
[Full Changelog](https://github.com/tj-actions/auto-doc/compare/v2.2.2...v2.2.3)

**Merged pull requests:**

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.4}
LATEST_VERSION=${VERSION:-v2.2.5}
echo "Downloading auto-doc $LATEST_VERSION binary..."
TEMP_DIR=$(mktemp -d)
Expand Down

0 comments on commit b042212

Please sign in to comment.