@agentforge/tools 0.11.1 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -808,6 +808,7 @@ MIT © 2026 Tom Van Schoor
808
808
 
809
809
  - [GitHub Repository](https://github.com/TVScoundrel/agentforge)
810
810
  - [npm Package](https://www.npmjs.com/package/@agentforge/tools)
811
+ - [Changelog](https://tvscoundrel.github.io/agentforge/changelog.html) - See what's new before upgrading
811
812
  - [Report Issues](https://github.com/TVScoundrel/agentforge/issues)
812
813
 
813
814
  ## 📚 Related Packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge/tools",
3
- "version": "0.11.1",
3
+ "version": "0.11.3",
4
4
  "description": "Standard tools collection for AgentForge framework - web, data, file, and utility tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",