From f3cbc72dc3ad2df636e6aac06c1d54766e0a6f52 Mon Sep 17 00:00:00 2001 From: e271828- Date: Thu, 26 Mar 2026 13:21:33 -0400 Subject: [PATCH] release 3.0.1 --- MAINTAINER.md | 1 + __tests__/Hcaptcha.test.js | 2 +- __tests__/__snapshots__/ConfirmHcaptcha.test.js.snap | 2 +- __tests__/__snapshots__/Hcaptcha.test.js.snap | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/MAINTAINER.md b/MAINTAINER.md index 932b73c..c253f7e 100644 --- a/MAINTAINER.md +++ b/MAINTAINER.md @@ -12,6 +12,7 @@ PATCH: bugfix only. - bump [`package.json's`](./package.json) version - run `npm i` to update `package-lock.json` +- update debug strings in tests, e.g. replace sdk_3_0_0 with sdk_3_0_1 - update [`MAINTAINER.md`](./MAINTAINER.md) if release or verification steps changed - verify: - `npm test` diff --git a/__tests__/Hcaptcha.test.js b/__tests__/Hcaptcha.test.js index 1954533..7943e67 100644 --- a/__tests__/Hcaptcha.test.js +++ b/__tests__/Hcaptcha.test.js @@ -101,7 +101,7 @@ describe('Hcaptcha', () => { customDebug: 'enabled', rnver_0_0_0: true, 'dep_mocked-md5': true, - sdk_3_0_0: true, + sdk_3_0_1: true, }); expect(query).toMatchObject({ diff --git a/__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap b/__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap index 71e26f2..0c58d1a 100644 --- a/__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap +++ b/__tests__/__snapshots__/ConfirmHcaptcha.test.js.snap @@ -112,7 +112,7 @@ exports[`ConfirmHcaptcha renders ConfirmHcaptcha with minimum props after show()