Skip to content

Commit

Permalink
chore(release): 1.2.12 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 22, 2024
1 parent 952c9fa commit 83d97e9
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 @@
## [1.2.12](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.11...1.2.12) (2024-02-22)


### Bug Fixes

* **deps:** bump @salesforce/core from 6.5.3 to 6.5.5 ([f65d1df](https://github.com/ClayChipps/sf-chipps-package/commit/f65d1df437ac61efb15443cf552fb1e2f57c8fc3))



## [1.2.11](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.10...1.2.11) (2024-02-22)


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

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

## `sf chipps package version cleanup`

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

_See code: [src/commands/chipps/package/version/cleanup.ts](https://github.com/ClayChipps/sf-chipps-package/blob/1.2.11/src/commands/chipps/package/version/cleanup.ts)_
_See code: [src/commands/chipps/package/version/cleanup.ts](https://github.com/ClayChipps/sf-chipps-package/blob/1.2.12/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-package",
"description": "Utilities for working with packages",
"version": "1.2.11",
"version": "1.2.12",
"author": "@ClayChipps",
"bugs": "https://github.com/ClayChipps/sf-chipps-package/issues",
"dependencies": {
Expand Down

0 comments on commit 83d97e9

Please sign in to comment.