Skip to content

Commit

Permalink
chore(release): 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 1, 2024
1 parent 7186347 commit 0c3b194
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.3.0](/compare/0.2.3...0.3.0) (2024-02-01)


### Features

* sf-chipps-package v1.2.7 7186347



## [0.2.3](/compare/0.2.2...0.2.3) (2024-02-01)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ FLAG DESCRIPTIONS
from by entering the branch build name. If not specified, the builds from NULL branch will be considered.
```

_See code: [sf-chipps-package](https://github.com/ClayChipps/sf-chipps-package/blob/1.2.6/src/commands/chipps/package/dependencies/install.ts)_
_See code: [sf-chipps-package](https://github.com/ClayChipps/sf-chipps-package/blob/1.2.7/src/commands/chipps/package/dependencies/install.ts)_

## `sf chipps package version cleanup`

Expand Down Expand Up @@ -150,5 +150,5 @@ FLAG DESCRIPTIONS
The MAJOR.MINOR.PATCH matcher that should be used to find package versions to delete.
```

_See code: [sf-chipps-package](https://github.com/ClayChipps/sf-chipps-package/blob/1.2.6/src/commands/chipps/package/version/cleanup.ts)_
_See code: [sf-chipps-package](https://github.com/ClayChipps/sf-chipps-package/blob/1.2.7/src/commands/chipps/package/version/cleanup.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": "sf-chipps",
"description": "Salesforce CLI Plugins created by @ClayChipps",
"version": "0.2.3",
"version": "0.3.0",
"author": "@ClayChipps",
"homepage": "https://github.com/ClayChipps/sf-chipps",
"bugs": "https://github.com/ClayChipps/sf-chipps/issues",
Expand Down

0 comments on commit 0c3b194

Please sign in to comment.