From 7b8ac665f5252e98cdb639b45a1b73d9bd1a5aeb Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Thu, 16 Jul 2026 18:24:52 +1200 Subject: [PATCH 1/2] New version. --- VERSION.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.txt b/VERSION.txt index 334205bc2..5a26d30aa 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.20260716.0 +1.20260716.1 From bf8a93e58a0c14c821bdf209117f3e76cea4d217 Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Thu, 16 Jul 2026 18:24:44 +1200 Subject: [PATCH 2/2] CD: remove --no-git-checks from npm publish. Indeed, the `npm publish` command now allows publishing from non-Git directories by default (or with --access public). --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index eb40544de..3190ee140 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -276,6 +276,6 @@ jobs: # "opencor/libopencor" repository. (Provenance can be disabled, but we prefer to be open.) run: | cd build/src/bindings/javascript/build/src - npm publish --access public --no-git-checks + npm publish --access public cd types - npm publish --access public --no-git-checks + npm publish --access public