diff --git a/CHANGELOG.md b/CHANGELOG.md index 7033cad..6d3220b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## 1.0.1 (2024-10-24) +## [1.0.2](https://github.com/salesforcecli/plugin-agent/compare/1.0.1...1.0.2) (2024-10-24) + +### Bug Fixes + +- update readme ([7f933cb](https://github.com/salesforcecli/plugin-agent/commit/7f933cb231ae97dfedf55a8afb081e45ccfecae3)) + +## [1.0.1](https://github.com/salesforcecli/plugin-agent/compare/7559789c9561e51313d12bd2f4c8979b6e5b1b5b...1.0.1) (2024-10-24) ### Bug Fixes diff --git a/README.md b/README.md index e306f21..32a8833 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,6 @@ FLAG DESCRIPTIONS This person can be anyone in the world! ``` -_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-agent/blob/0.1.0/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/salesforcecli/plugin-agent/blob/1.0.2/src/commands/hello/world.ts)_ diff --git a/package.json b/package.json index 59c23b5..1e5bd8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-agent", "description": "Commands to interact with Salesforce agents", - "version": "1.0.1", + "version": "1.0.2", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {