From ae86563fc5a5cddbecf509c9a7522ae7a16a10a3 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Thu, 18 Aug 2022 15:24:20 +0000 Subject: [PATCH] chore(release): 1.1.2 [ci skip] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e33e35..aadd4c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.1.2](https://github.com/oclif/plugin-version/compare/v1.1.1...v1.1.2) (2022-08-18) + + +### Bug Fixes + +* bump some versions ([c2d19d6](https://github.com/oclif/plugin-version/commit/c2d19d68bbb755fd844efff3ab9edb1469cd222b)) +* export the Version command and the VersionDetail interface. Enhance the verbose details to include the shell and root path. ([fcf6aaf](https://github.com/oclif/plugin-version/commit/fcf6aafdfb7336e982d246753a0f2f72c5383629)) +* relax the unit test expecations ([a6c913b](https://github.com/oclif/plugin-version/commit/a6c913b523962b95d1b9fc121be2f2d1a575c55f)) + ### [1.1.1](https://github.com/oclif/plugin-version/compare/v1.1.0...v1.1.1) (2022-06-27) diff --git a/package.json b/package.json index 53d1930..83dae6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-version", "description": "A command that shows the CLI version", - "version": "1.1.1", + "version": "1.1.2", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-version/issues", "dependencies": {