Skip to content

Commit

Permalink
chore: upgraded from v2.2.5 -> v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2023
1 parent eaddd66 commit 6bb919c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 10 deletions.
23 changes: 14 additions & 9 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
# Changelog

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

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

**Merged pull requests:**

- chore: Update README.md [\#439](https://github.com/tj-actions/auto-doc/pull/439) ([jackton1](https://github.com/jackton1))
- Upgraded to v2.2.5 [\#438](https://github.com/tj-actions/auto-doc/pull/438) ([jackton1](https://github.com/jackton1))
- 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))
- Upgraded to v2.2.5 [\#441](https://github.com/tj-actions/auto-doc/pull/441) ([jackton1](https://github.com/jackton1))
- chore: Update README.md [\#440](https://github.com/tj-actions/auto-doc/pull/440) ([jackton1](https://github.com/jackton1))

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

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

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

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

**Merged pull requests:**

- chore: Update README.md [\#439](https://github.com/tj-actions/auto-doc/pull/439) ([jackton1](https://github.com/jackton1))
- Upgraded to v2.2.5 [\#438](https://github.com/tj-actions/auto-doc/pull/438) ([jackton1](https://github.com/jackton1))
- 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)
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.5}
LATEST_VERSION=${VERSION:-v2.2.6}
echo "Downloading auto-doc $LATEST_VERSION binary..."
WINDOWS_TARGET=Windows_x86_64
Expand Down

0 comments on commit 6bb919c

Please sign in to comment.