Skip to content

Commit

Permalink
chore(release): 1.2.8 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 10, 2024
1 parent ab95943 commit 72f2966
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.8](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.7...1.2.8) (2024-02-10)


### Bug Fixes

* **deps:** bump @salesforce/packaging from 3.2.8 to 3.2.12 ([1d77a11](https://github.com/ClayChipps/sf-chipps-package/commit/1d77a115a925da0071f632708373752b3eaa399c))



## [1.2.7](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.6...1.2.7) (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 @@ -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.7/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.8/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.7/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.8/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.7",
"version": "1.2.8",
"author": "@ClayChipps",
"bugs": "https://github.com/ClayChipps/sf-chipps-package/issues",
"dependencies": {
Expand Down

0 comments on commit 72f2966

Please sign in to comment.