diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e49580..85ae3415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.16.11](https://github.com/salesforcecli/plugin-packaging/compare/1.16.10...1.16.11) (2023-05-02) + + +### Bug Fixes + +* strict null checks ([84880c5](https://github.com/salesforcecli/plugin-packaging/commit/84880c5c7dbd8230ed20d22edd0a9679547aea6d)) + + + ## [1.16.10](https://github.com/salesforcecli/plugin-packaging/compare/1.16.9...1.16.10) (2023-04-27) diff --git a/package.json b/package.json index 03cad799..c97c0d1e 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.16.10", + "version": "1.16.11", "main": "lib/index.js", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", @@ -258,4 +258,4 @@ "output": [] } } -} +} \ No newline at end of file