diff --git a/CHANGELOG.md b/CHANGELOG.md index 69bd0431..d85ac2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.19.0](https://github.com/salesforcecli/plugin-packaging/compare/1.18.2...1.19.0) (2023-06-07) + + +### Features + +* package:version:retrieve command ([6b4d876](https://github.com/salesforcecli/plugin-packaging/commit/6b4d876584e33c4e1978171de218290163d44453)) +* package:version:retrieve command ([c0cb638](https://github.com/salesforcecli/plugin-packaging/commit/c0cb638e86f4cb0d620116cb114d899b69122d51)) +* package:version:retrieve command ([c0c972c](https://github.com/salesforcecli/plugin-packaging/commit/c0c972cb98af86cc43d49b5afb2f7f09c41f87f5)) +* package:version:retrieve command ([cb9e3e5](https://github.com/salesforcecli/plugin-packaging/commit/cb9e3e5afce0047903e83dccf76b8474f3461711)) +* package:version:retrieve command ([2e09866](https://github.com/salesforcecli/plugin-packaging/commit/2e098668a3621241eaac001efc4ec9e380f849b0)) +* package:version:retrieve command ([ec0fe15](https://github.com/salesforcecli/plugin-packaging/commit/ec0fe15ac1089e84d7e5a04a2a0cc9887f8aace2)) + + + ## [1.18.2](https://github.com/salesforcecli/plugin-packaging/compare/1.18.1...1.18.2) (2023-06-07) diff --git a/package.json b/package.json index af5fd467..f7f9f26c 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.18.2", + "version": "1.19.0", "main": "lib/index.js", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", @@ -258,4 +258,4 @@ "output": [] } } -} +} \ No newline at end of file