From 2f846b51cfc122f02f884ef4a0566965db435a68 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Wed, 10 Aug 2022 16:05:53 +0000 Subject: [PATCH] chore(release): 0.0.17 [ci skip] --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c578994..670ada57f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [0.0.17](https://github.com/forcedotcom/packaging/compare/v0.0.16...v0.0.17) (2022-08-10) + +### Bug Fixes + +- package insstalled list method ([40efd4d](https://github.com/forcedotcom/packaging/commit/40efd4d1dd30289782129d7fe3d56a1df7717517)) + ### [0.0.16](https://github.com/forcedotcom/packaging/compare/v0.0.15...v0.0.16) (2022-08-08) ### Bug Fixes diff --git a/package.json b/package.json index e02e91fcf..63b0b795f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@salesforce/packaging", - "version": "0.0.16", + "version": "0.0.17", "description": "packing libraries to Salesforce packaging platform", "main": "lib/exported", "types": "lib/exported.d.ts",