From 3516508e04ac501f4b43faf197f08c44a533012e Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 19 Jul 2023 05:43:32 +0000 Subject: [PATCH] chore(release): 2.6.32 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80fdbe5e..8a00030f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.6.32](https://github.com/salesforcecli/plugin-info/compare/2.6.31...2.6.32) (2023-07-19) + + +### Bug Fixes + +* **deps:** bump word-wrap from 1.2.3 to 1.2.4 ([c62e697](https://github.com/salesforcecli/plugin-info/commit/c62e697efdc5776f719a8a890da9c38dcc8d4298)) + + + ## [2.6.31](https://github.com/salesforcecli/plugin-info/compare/2.6.30...2.6.31) (2023-07-17) diff --git a/package.json b/package.json index 22294f74..34084d50 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-info", "description": "Plugin for accessing cli info from the command line", - "version": "2.6.31", + "version": "2.6.32", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "main": "lib/index.js",