Skip to content

Commit 714f2f1

Browse files
committed
chore(release): 1.2.4 [skip ci]
1 parent 951cffb commit 714f2f1

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.2.4](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.3...1.2.4) (2024-02-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @oclif/core from 3.18.1 to 3.18.2 ([0b97ea3](https://github.com/ClayChipps/sf-chipps-package/commit/0b97ea31eba533a9744c190fc340021cc3c53b21))
7+
8+
9+
110
## [1.2.3](https://github.com/ClayChipps/sf-chipps-package/compare/1.2.2...1.2.3) (2024-02-01)
211

312

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ FLAG DESCRIPTIONS
152152
from by entering the branch build name. If not specified, the builds from NULL branch will be considered.
153153
```
154154

155-
_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)_
155+
_See code: [src/commands/chipps/package/dependencies/install.ts](https://github.com/ClayChipps/sf-chipps-package/blob/1.2.4/src/commands/chipps/package/dependencies/install.ts)_
156156

157157
## `sf chipps package version cleanup`
158158

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

194-
_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)_
194+
_See code: [src/commands/chipps/package/version/cleanup.ts](https://github.com/ClayChipps/sf-chipps-package/blob/1.2.4/src/commands/chipps/package/version/cleanup.ts)_
195195
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sf-chipps-package",
33
"description": "Utilities for working with packages",
4-
"version": "1.2.3",
4+
"version": "1.2.4",
55
"author": "@ClayChipps",
66
"bugs": "https://github.com/ClayChipps/sf-chipps-package/issues",
77
"dependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@
13601360
read-package-json-fast "^3.0.0"
13611361
which "^3.0.0"
13621362

1363-
"@oclif/core@^3", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.2":
1363+
"@oclif/core@^3", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
13641364
version "3.18.2"
13651365
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
13661366
integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==

0 commit comments

Comments
 (0)