From 2798ee2a10527595d3046fa670564a1d0fdb7236 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 9 Aug 2023 21:01:40 +0000 Subject: [PATCH] chore(release): 2.10.0 [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aaf2427..f955d8f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [2.10.0](https://github.com/salesforcecli/plugin-org/compare/2.9.30...2.10.0) (2023-08-09) + + +### Features + +* color coding ([5835857](https://github.com/salesforcecli/plugin-org/commit/58358574fe8c008acc28db5d56763fd54e7e39a0)) +* more tables by org type ([2b81062](https://github.com/salesforcecli/plugin-org/commit/2b810625e7a4aec5a2993977f57641ec353665f3)) +* pretty org list table ([ec974b8](https://github.com/salesforcecli/plugin-org/commit/ec974b8578b1786397a8c5c198dea0fdcd5a3923)) + + + +## [2.9.30](https://github.com/salesforcecli/plugin-org/compare/2.9.29...2.9.30) (2023-08-07) + + + +## [2.9.29](https://github.com/salesforcecli/plugin-org/compare/2.9.28...2.9.29) (2023-08-07) + + + ## [2.9.28](https://github.com/salesforcecli/plugin-org/compare/2.9.27...2.9.28) (2023-07-30) diff --git a/package.json b/package.json index e11f63b8..832b1b7a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-org", "description": "Commands to interact with Salesforce orgs", - "version": "2.9.30", + "version": "2.10.0", "author": "Salesforce", "main": "lib/index.js", "bugs": "https://github.com/forcedotcom/cli/issues",