Skip to content

Commit

Permalink
bump version of crowdsec-http-middleware to v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thib3113 committed Sep 4, 2023
1 parent a404182 commit bf29b65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/crowdsec-http-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crowdsec-http-middleware",
"version": "0.0.6",
"version": "0.0.7",
"description": "HTTP server middleware that can act as a crowdsec bouncer/watcher",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/crowdsec-http-middleware/src/pkg.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const pkg = { name: 'crowdsec-http-middleware', version: '0.0.6' };
export const pkg = { name: 'crowdsec-http-middleware', version: '0.0.7' };

0 comments on commit bf29b65

Please sign in to comment.