Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayChipps committed Jan 12, 2024
1 parent 4a0fc83 commit 9864149
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.2](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.1...1.2.2) (2024-01-12)


### Bug Fixes

* incorrect spinner line endings ([4a0fc83](https://github.com/ClayChipps/sf-chipps-package/commit/4a0fc83f1f17b67b3697ea2c3d422473d43e71c4))



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


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

0 comments on commit 9864149

Please sign in to comment.