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