sentinel-scanner 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
- # [2.2.0](https://github.com/RebackkHQ/webapp-scanner/compare/v2.1.0...v2.2.0) (2024-11-18)
1
+ ## [2.2.1](https://github.com/RebackkHQ/webapp-scanner/compare/v2.2.0...v2.2.1) (2024-11-20)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * added header scanner ([25247e6](https://github.com/RebackkHQ/webapp-scanner/commit/25247e68844273c0a571625fd21e3313ce5c70e9))
6
+ * **deps:** bump cross-spawn from 7.0.5 to 7.0.6 ([d78312c](https://github.com/RebackkHQ/webapp-scanner/commit/d78312c04c09bb3ee82283d8fe3efb17dd6d0094))
7
+ * **deps:** bump cross-spawn from 7.0.5 to 7.0.6 ([#39](https://github.com/RebackkHQ/webapp-scanner/issues/39)) ([e970934](https://github.com/RebackkHQ/webapp-scanner/commit/e9709345c6610d3951ac0d5fe51f8a2c67f9982e))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sentinel-scanner",
3
3
  "description": "[WIP] An open-source web app vulnerability scanner developed by Rebackk.",
4
- "version": "2.2.0",
4
+ "version": "2.2.1",
5
5
  "exports": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "bin": "./build/bin.js",