Skip to content

Commit

Permalink
chore: upgraded from v1.0.13 -> v1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 23, 2022
1 parent 65ed1dc commit 2747e69
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# Changelog

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

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

**Merged pull requests:**

- Upgraded to v1.0.12 [\#51](https://github.com/tj-actions/json2file/pull/51) ([jackton1](https://github.com/jackton1))
- Updated README.md [\#53](https://github.com/tj-actions/json2file/pull/53) ([jackton1](https://github.com/jackton1))
- chore: upgraded to v1.0.13 [\#52](https://github.com/tj-actions/json2file/pull/52) ([jackton1](https://github.com/jackton1))

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

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

## [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)
[Full Changelog](https://github.com/tj-actions/json2file/compare/v1.0.12...v1.0.13)

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

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

## [v1.0.12](https://github.com/tj-actions/json2file/tree/v1.0.12) (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.13
LATEST_VERSION=v1.0.14

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

0 comments on commit 2747e69

Please sign in to comment.