wiki-search-index 0.1.1 → 0.1.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.
package/README.md CHANGED
@@ -54,6 +54,7 @@ Run locally: `python3 -m http.server` from the repo root, then open
54
54
 
55
55
  ## Release notes
56
56
 
57
+ - 0.1.2 _Fix: the published CLI was missing its execute bit, so `npx wiki-search-index` failed — now runnable._
57
58
  - 0.1.1 _HTML entities (`—`, `Ӓ`, …) are decoded so they no longer pollute the index._
58
59
  - 0.1.0 _Initial release of the `wiki-search-index` builder._
59
60
 
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wiki-search-index",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Build a self-describing search index from a GitHub wiki (or any Markdown docs) — the indexer for wiki-search.",
5
5
  "type": "module",
6
6
  "bin": {