Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Oct 24, 2024
1 parent 7f933cb commit 5b0b807
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 5b0b807

Please sign in to comment.