@agentforge/testing 0.11.0 → 0.11.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -379,6 +379,7 @@ describe('ReAct Agent Integration Tests', () => {
379
379
 
380
380
  - [GitHub Repository](https://github.com/TVScoundrel/agentforge)
381
381
  - [npm Package](https://www.npmjs.com/package/@agentforge/testing)
382
+ - [Changelog](https://tvscoundrel.github.io/agentforge/changelog.html) - See what's new before upgrading
382
383
  - [Report Issues](https://github.com/TVScoundrel/agentforge/issues)
383
384
 
384
385
  ## 📚 Related Packages
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge/testing",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "description": "Testing utilities and helpers for AgentForge framework",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",