financialclaw 1.0.8 → 1.0.10

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.es.md CHANGED
@@ -75,6 +75,10 @@ npm run test:integration
75
75
  npm run build
76
76
  ```
77
77
 
78
+ ## Blog
79
+
80
+ - [Construyendo financialclaw: un plugin de finanzas personales para OpenClaw](https://ricardolara.dev/es/blog/financialclaw-openclaw-finanzas-personales/)
81
+
78
82
  ## Documentación
79
83
 
80
84
  - [docs/setup.es.md](docs/setup.es.md): instalación y troubleshooting — [English](docs/setup.md)
package/README.md CHANGED
@@ -67,6 +67,10 @@ npx financialclaw financialclaw-setup --config /path/to/openclaw.json
67
67
 
68
68
  Node.js 24+ is required. The plugin uses `node:sqlite`, the built-in SQLite module available since Node.js 24 — no native addons or compilation needed.
69
69
 
70
+ ## Blog
71
+
72
+ - [Building financialclaw: a personal finance plugin for OpenClaw](https://ricardolara.dev/blog/financialclaw-openclaw-personal-finance/)
73
+
70
74
  ## Documentation
71
75
 
72
76
  - [README.es.md](README.es.md): documentación en español
@@ -1,2 +1,2 @@
1
1
  export declare const PACKAGE_NAME = "financialclaw";
2
- export declare const PACKAGE_VERSION = "1.0.8";
2
+ export declare const PACKAGE_VERSION = "1.0.10";
@@ -1,2 +1,2 @@
1
1
  export const PACKAGE_NAME = "financialclaw";
2
- export const PACKAGE_VERSION = "1.0.8"; // x-release-please-version
2
+ export const PACKAGE_VERSION = "1.0.10"; // x-release-please-version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "financialclaw",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Personal finance plugin for OpenClaw: expenses, income, recurring payments, and receipt OCR",
5
5
  "type": "module",
6
6
  "bin": {