diff --git a/CHANGELOG.md b/CHANGELOG.md index 772c6866..44c4408a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.2.0](https://github.com/salesforcecli/plugin-settings/compare/1.1.15...1.2.0) (2023-01-30) + + +### Features + +* use latest sf-plugins-core and oclif/core ([aead1e9](https://github.com/salesforcecli/plugin-settings/commit/aead1e9920f62e966e1b49125d5fabb890a76abd)) + + + ## [1.1.15](https://github.com/salesforcecli/plugin-settings/compare/1.1.14...1.1.15) (2023-01-08) diff --git a/package.json b/package.json index a2d79f17..ce84440c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-settings", "description": "configure the Salesforce CLI", - "version": "1.1.15", + "version": "1.2.0", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { @@ -120,4 +120,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file