Skip to content

Commit

Permalink
chore(release): 1.2.3 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Feb 1, 2024
1 parent 074b736 commit ba91054
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.3](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.2...1.2.3) (2024-02-01)


### Bug Fixes

* **deps:** bump @oclif/core from 3.16.0 to 3.18.1 ([ee86711](https://github.com/ClayChipps/sf-chipps-package/commit/ee867111cbe2d7c20151a56f3a5f459c0bfe5c5e))



## [1.2.2](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.1...1.2.2) (2024-01-12)


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.2/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.3/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.2/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.3/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.2",
"version": "1.2.3",
"author": "@ClayChipps",
"bugs": "https://github.com/ClayChipps/sf-chipps-package/issues",
"dependencies": {
Expand Down

0 comments on commit ba91054

Please sign in to comment.