From 80eddbd13ced5506a554aeb309898af28635d944 Mon Sep 17 00:00:00 2001 From: Salakar Date: Mon, 27 Jul 2020 15:02:06 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62ad23b21..5dd305992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,7 @@ - Added a new filter for filtering published or unpublished packages: `--[no-]published`. - Unpublished in this case means the package either does not exist on the Pub registry or the current local version of the package is not yet published to the Pub registry. - - Example logging out all unpublished packages and their versions: -- Added a new command to pretty print currently unpublished packages: `melos unpublished`: +- Added a new command to pretty print currently unpublished packages: `melos unpublished`. #### Example `--[no-]published` usage