From c2a4f598f0677a0dd490339eddbfaf22083e5b30 Mon Sep 17 00:00:00 2001 From: Soc Sieng Date: Sun, 8 Oct 2023 00:05:34 +1100 Subject: [PATCH 1/2] fix(build): add cache busting parameter --- scripts/bottle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bottle.sh b/scripts/bottle.sh index 7da5fad..7f9e257 100755 --- a/scripts/bottle.sh +++ b/scripts/bottle.sh @@ -8,7 +8,7 @@ version=$1 target=$2 formula_template=$script_folder/../Formula/sendkeys_template.rb formula=$script_folder/../Formula/sendkeys.rb -url="file://$cwd/sendkeys.tar.gz" +url="file://$cwd/sendkeys.tar.gz?date=`date +%s`" sed_url=`echo $url | sed 's/\\//\\\\\//g'` version=`echo $version | sed -E 's/^v//g'` From 7fdb09bc0d52eb1d4d5a4491a734484aecda144e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 13:07:46 +0000 Subject: [PATCH 2/2] chore(main): release 4.0.4 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd7b4e..dd2b546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.4](https://github.com/socsieng/sendkeys/compare/v4.0.3...v4.0.4) (2023-10-07) + + +### Bug Fixes + +* **build:** add cache busting parameter ([c2a4f59](https://github.com/socsieng/sendkeys/commit/c2a4f598f0677a0dd490339eddbfaf22083e5b30)) + ## [4.0.3](https://github.com/socsieng/sendkeys/compare/v4.0.2...v4.0.3) (2023-10-07) diff --git a/version.txt b/version.txt index c4e41f9..c5106e6 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -4.0.3 +4.0.4