From 9371d58564e6948f71afa303c9ea958e80ca0352 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 23 Jul 2024 15:10:42 +0000 Subject: [PATCH] chore(release): 2.2.9 [skip ci] --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fac57c..221325c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.9](https://github.com/oclif/plugin-version/compare/2.2.8...2.2.9) (2024-07-23) + +### Bug Fixes + +- **deps:** bump ansis from 3.2.1 to 3.3.1 ([#478](https://github.com/oclif/plugin-version/issues/478)) ([0bf5291](https://github.com/oclif/plugin-version/commit/0bf52918e38436d717f36fbba361d4b5ec2896f8)) +- husky 9.1.1 fix ([14819e4](https://github.com/oclif/plugin-version/commit/14819e45b0cbd3ae7ce8310f150a4226d8f23ecd)) + ## [2.2.8](https://github.com/oclif/plugin-version/compare/2.2.7...2.2.8) (2024-07-13) ### Bug Fixes diff --git a/README.md b/README.md index 1beec75..ed1d031 100644 --- a/README.md +++ b/README.md @@ -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.8/src/commands/version.ts)_ +_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.2.9/src/commands/version.ts)_ diff --git a/package.json b/package.json index 31cd10d..17917bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-version", "description": "A command that shows the CLI version", - "version": "2.2.8", + "version": "2.2.9", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {