Skip to content

Commit ac4065f

Browse files
chore(*): Prepare release 0.2.0
1 parent a251db3 commit ac4065f

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
@@ -13,7 +13,7 @@ properties and constants belonging to the `src` folder.
1313

1414
---
1515

16-
## [0.2.0](https://github.com/crowdsecurity/nodejs-cs-bouncer/releases/tag/v0.2.0) - 2025-??-??
16+
## [0.2.0](https://github.com/crowdsecurity/nodejs-cs-bouncer/releases/tag/v0.2.0) - 2025-09-05
1717

1818
[_Compare with previous release_](https://github.com/crowdsecurity/nodejs-cs-bouncer/compare/v0.1.0...v0.2.0)
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crowdsec/nodejs-bouncer",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "CrowdSec NodeJS Bouncer. Composed of a behavior detection engine, able to block classical attacks like credential bruteforce, port scans, web scans, etc. Based on the type and number of blocked attacks, and after curation of those signals to avoid false positives and poisoning, a global IP reputation DB is maintained and shared with all network members. This npm module is a “bouncer”, which purpose is to block detected attacks with two remediation systems: ban or challenge detected attackers with a Captcha.",
55
"type": "module",
66
"main": "./dist/index.js",

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ export const BOUNCER_KEYS = {
4545

4646
export const METRICS_TYPE = 'crowdsec-nodejs-bouncer';
4747

48-
export const VERSION = 'v0.1.0';
48+
export const VERSION = 'v0.2.0';

0 commit comments

Comments
 (0)