We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69f117 commit 373db42Copy full SHA for 373db42
2 files changed
packages/crowdsec-client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "crowdsec-client",
3
- "version": "0.1.7",
+ "version": "1.0.0",
4
"description": "A Crowdsec client that allow you to easily create bouncer or watcher",
5
"main": "./lib/index.cjs",
6
"module": "./lib/index.mjs",
packages/crowdsec-client/src/pkg.ts
@@ -1 +1 @@
-export const pkg = { name: 'crowdsec-client', version: '0.1.7' };
+export const pkg = { name: 'crowdsec-client', version: '1.0.0' };
0 commit comments