diff --git a/CHANGELOG.md b/CHANGELOG.md index 798551a..6635f57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.2](https://github.com/forcedotcom/agents/compare/0.2.1...0.2.2) (2024-12-02) + + +### Bug Fixes + +* export more types ([0a1d408](https://github.com/forcedotcom/agents/commit/0a1d408dd0d815b36509d5b5fe343e7e0817d1a2)) + + + ## [0.2.1](https://github.com/forcedotcom/agents/compare/0.2.0...0.2.1) (2024-12-02) diff --git a/package.json b/package.json index 4eb9ef4..cc3eb46 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/agents", "description": "Client side APIs for working with Salesforce agents", - "version": "0.2.1", + "version": "0.2.2", "license": "BSD-3-Clause", "author": "Salesforce", "main": "lib/index",