@hypothesi/tauri-plugin-mcp-bridge 0.1.2 → 0.1.3

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
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.1.3] - 2025-11-26
11
+
12
+ _No changes to this package._
13
+
10
14
  ## [0.1.2] - 2025-11-26
11
15
 
12
16
  _No changes to this package._
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tauri-plugin/mcp-bridge",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Guest bindings for MCP Bridge Tauri plugin",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypothesi/tauri-plugin-mcp-bridge",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "JavaScript bindings for @hypothesi/tauri-plugin-mcp-bridge - MCP Bridge plugin for Tauri",
5
5
  "type": "module",
6
6
  "main": "./dist-js/index.js",