Skip to content

Commit 6b80448

Browse files
feat(*): Prepare release 1.4.0
1 parent e62dce8 commit 6b80448

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ protected methods, properties and constants belonging to the `src` folder and of
1111

1212
---
1313

14-
## [1.4.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.4.0) - 202?-??-??
14+
## [1.4.0](https://github.com/crowdsecurity/cs-standalone-php-bouncer/releases/tag/v1.4.0) - 2025-01-09
1515

1616
[_Compare with previous release_](https://github.com/crowdsecurity/cs-standalone-php-bouncer/compare/v1.3.1...v1.4.0)
1717

src/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ class Constants extends LibConstants
2323
/** @var string The user agent suffix for CrowdSec api calls */
2424
public const USER_AGENT_SUFFIX = 'Standalone';
2525
/** @var string The last version of this bouncer */
26-
public const VERSION = 'v1.3.1';
26+
public const VERSION = 'v1.4.0';
2727
}

tests/end-to-end/__tests__/1-live-mode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ describe(`Live mode run`, () => {
151151
await publicHomepageShouldBeAccessible();
152152
// count origin: cscli/captcha = 6,clean/bypass = 3
153153
await runCacheAction("show-origins-count");
154-
originsCount = await page.$eval(
154+
const originsCount = await page.$eval(
155155
"#origins-count",
156156
(el) => el.innerText,
157157
);

0 commit comments

Comments
 (0)