Skip to content

Commit

Permalink
chore(release): 2.2.24 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Feb 16, 2025
1 parent be4b602 commit 62d9f88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.2.24](https://github.com/oclif/plugin-version/compare/2.2.23...2.2.24) (2025-02-16)

### Bug Fixes

- **deps:** bump ansis from 3.10.0 to 3.14.0 ([#611](https://github.com/oclif/plugin-version/issues/611)) ([be4b602](https://github.com/oclif/plugin-version/commit/be4b6024e7c701c9e8d52231bb8a9f95ece20f2a))

## [2.2.23](https://github.com/oclif/plugin-version/compare/2.2.22...2.2.23) (2025-02-01)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ FLAG DESCRIPTIONS
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.23/src/commands/version.ts)_
_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.24/src/commands/version.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-version",
"description": "A command that shows the CLI version",
"version": "2.2.23",
"version": "2.2.24",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-version/issues",
"dependencies": {
Expand Down

0 comments on commit 62d9f88

Please sign in to comment.