Skip to content

Commit

Permalink
chore(release): 2.2.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 14, 2024
1 parent 2360200 commit a0bca01
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 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.18](https://github.com/oclif/plugin-version/compare/2.2.17...2.2.18) (2024-12-14)

### Bug Fixes

- **deps:** bump @oclif/core from 4.0.34 to 4.0.37 ([#571](https://github.com/oclif/plugin-version/issues/571)) ([2360200](https://github.com/oclif/plugin-version/commit/2360200ee3555f80ec8131873fb4881d78188a5a))

## [2.2.17](https://github.com/oclif/plugin-version/compare/2.2.16...2.2.17) (2024-12-07)

### 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.17/src/commands/version.ts)_
_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.18/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.17",
"version": "2.2.18",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-version/issues",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3143,7 +3143,7 @@ debug@^3.2.7:
dependencies:
ms "^2.1.1"

debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.4.0:
debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7, debug@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
Expand Down

0 comments on commit a0bca01

Please sign in to comment.