sentinel-scanner 2.0.0-alpha.1 → 2.0.0

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 +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # [2.0.0-alpha.1](https://github.com/RebackkHQ/webapp-scanner/compare/v1.1.0...v2.0.0-alpha.1) (2024-11-16)
1
+ # [2.0.0](https://github.com/RebackkHQ/webapp-scanner/compare/v1.1.0...v2.0.0) (2024-11-16)
2
2
 
3
3
 
4
4
  ### Bug Fixes
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.0.0-alpha.1",
4
+ "version": "2.0.0",
5
5
  "exports": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
7
7
  "bin": "./build/bin.js",