From 2eeef043c77928cf82b595a4bf8331e8e7bc0170 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 22 Dec 2022 18:00:10 +0000 Subject: [PATCH] chore(release): 1.11.2 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7faecd6a..b13fa986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.11.2](https://github.com/salesforcecli/plugin-packaging/compare/1.11.1...1.11.2) (2022-12-22) + + +### Bug Fixes + +* do not show deprecated packages ([30981b5](https://github.com/salesforcecli/plugin-packaging/commit/30981b588dc57e0e27eaea17f711a0a05ae17771)) + + + ## [1.11.1](https://github.com/salesforcecli/plugin-packaging/compare/1.11.0...1.11.1) (2022-12-20) diff --git a/package.json b/package.json index 88ec5ba1..9b2053c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-packaging", "description": "SFDX plugin that support Salesforce Packaging Platform", - "version": "1.11.1", + "version": "1.11.2", "main": "lib/index.js", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues",