Skip to content

Commit

Permalink
chore: upgraded from v1.0.12 -> v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2022
1 parent 7d2730d commit 8a1a303
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
# Changelog

## [v1.0.12](https://github.com/tj-actions/json2file/tree/v1.0.12) (2022-12-20)
## [Unreleased](https://github.com/tj-actions/json2file/tree/HEAD)

[Full Changelog](https://github.com/tj-actions/json2file/compare/v1...v1.0.12)
[Full Changelog](https://github.com/tj-actions/json2file/compare/v1.0.13...HEAD)

**Merged pull requests:**

- Upgraded to v1.0.11 [\#50](https://github.com/tj-actions/json2file/pull/50) ([jackton1](https://github.com/jackton1))
- Upgraded to v1.0.12 [\#51](https://github.com/tj-actions/json2file/pull/51) ([jackton1](https://github.com/jackton1))

## [v1.0.13](https://github.com/tj-actions/json2file/tree/v1.0.13) (2022-12-20)

[Full Changelog](https://github.com/tj-actions/json2file/compare/v1...v1.0.13)

## [v1](https://github.com/tj-actions/json2file/tree/v1) (2022-12-20)

[Full Changelog](https://github.com/tj-actions/json2file/compare/v1.0.11...v1)
[Full Changelog](https://github.com/tj-actions/json2file/compare/v1.0.12...v1)

## [v1.0.12](https://github.com/tj-actions/json2file/tree/v1.0.12) (2022-12-20)

[Full Changelog](https://github.com/tj-actions/json2file/compare/v1.0.11...v1.0.12)

**Merged pull requests:**

- Upgraded to v1.0.11 [\#50](https://github.com/tj-actions/json2file/pull/50) ([jackton1](https://github.com/jackton1))

## [v1.0.11](https://github.com/tj-actions/json2file/tree/v1.0.11) (2022-12-20)

Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -euo pipefail

if [[ -z "$INPUT_BIN_PATH" ]]; then
echo "Downloading json2file binary..."
LATEST_VERSION=v1.0.12
LATEST_VERSION=v1.0.13

# Download the latest version
WINDOWS_TARGET=x86_64-pc-windows-gnu
Expand Down

0 comments on commit 8a1a303

Please sign in to comment.