@merupatel/reachable 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.0.2](https://github.com/Meru143/reachable/compare/v1.0.1...v1.0.2) (2026-03-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * show explicit empty scan output ([4c3a439](https://github.com/Meru143/reachable/commit/4c3a439bea2946ba16bc606e44f7ca6c64a9cdb5))
7
+
1
8
  ## [1.0.1](https://github.com/Meru143/reachable/compare/v1.0.0...v1.0.1) (2026-03-19)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merupatel/reachable",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Dependency vulnerability reachability analyzer",
5
5
  "bin": {
6
6
  "reachable": "dist/cli/index.js"