is-incognito-mode 2.0.0 → 2.0.1

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 +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Docs and housekeeping pass following the v2.0.0 release.
8
+ - README leads with a 30-second tour before the "why" section so readers see
9
+ action first; the detection-flow Mermaid diagram is collapsible; use-cases
10
+ promoted to a scenario table; fixed a stale code-sample strategy name
11
+ (`storage-quota`, not `storage-estimate`).
12
+ - Removed unused `detectCurrentBrowser()` export (no production caller) and
13
+ the corresponding test. Only `detectBrowser()` taking explicit args is used.
14
+ - Removed the never-returned `'unknown'` member from `DetectionStrategyName`.
15
+ - `.gitignore` adds `.claude/`.
16
+
3
17
  ## 2.0.0
4
18
 
5
19
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "is-incognito-mode",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Reliably detect whether the user's browser is in private / incognito mode. Zero dependencies, dual ESM + CJS, fully typed.",
5
5
  "keywords": [
6
6
  "incognito",