diff --git a/CHANGELOG.md b/CHANGELOG.md index bd68eea8..07d2ea2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.6.0](https://github.com/salesforcecli/plugin-env/compare/1.5.19...1.6.0) (2023-01-30) + + +### Features + +* update sf-plugins-core and oclif/core ([#493](https://github.com/salesforcecli/plugin-env/issues/493)) ([c2bdb13](https://github.com/salesforcecli/plugin-env/commit/c2bdb13d91cb7413736e42b4aebe9f8185343f1c)) + + + ## [1.5.19](https://github.com/salesforcecli/plugin-env/compare/1.5.18...1.5.19) (2023-01-29) diff --git a/package.json b/package.json index 6c691ebd..29262273 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-env", "description": "An sf plugin for logging into and interacting with different Salesforce environments.", - "version": "1.5.19", + "version": "1.6.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { @@ -128,4 +128,4 @@ "access": "public" }, "main": "lib/index.js" -} +} \ No newline at end of file