docshark 0.1.8 → 0.1.9

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.9](https://github.com/Michael-Obele/docshark/compare/v0.1.8...v0.1.9) (2026-03-11)
4
+
5
+
6
+ ### ✨ Features
7
+
8
+ * Add NPM provenance publishing to the release workflow and set the release-please changelog type to default. ([7c6ed54](https://github.com/Michael-Obele/docshark/commit/7c6ed54ca8e51a3b73abf64cc775352937c9c1cf))
9
+
3
10
  ## 0.1.8 (2026-03-11)
4
11
 
5
12
  **Full Changelog**: https://github.com/Michael-Obele/docshark/compare/v0.1.7...v0.1.8
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # 🦈 DocShark
2
2
 
3
3
  [![Built with Bun](https://img.shields.io/badge/Bun-%23000000.svg?style=flat&logo=bun&logoColor=white)](https://bun.sh/)
4
+ [![NPM Version](https://img.shields.io/npm/v/docshark.svg?style=flat&color=blue)](https://www.npmjs.com/package/docshark)
4
5
  [![MCP Compatible](https://img.shields.io/badge/MCP-Ready-0D1117.svg?style=flat&logo=github&logoColor=white)](https://modelcontextprotocol.io/)
5
6
  [![GitHub Release](https://img.shields.io/github/v/release/Michael-Obele/docshark?color=success)](https://github.com/Michael-Obele/docshark/releases)
6
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const VERSION = "0.1.8";
1
+ export declare const VERSION = "0.1.9";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // This file is automatically updated by release-please
2
- export const VERSION = '0.1.8'; // x-release-please-version
2
+ export const VERSION = '0.1.9'; // x-release-please-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docshark",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "🦈 Documentation MCP Server — scrape, index, and search any doc website",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",