From 8fb32d944df659f148dccc6ddbba01cf7fd390e8 Mon Sep 17 00:00:00 2001 From: Benjamin Fischer Date: Wed, 14 Sep 2022 01:23:07 +0200 Subject: [PATCH] docs(changelog): v0.25.1 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 323fd0f9..8e6f6d43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [v0.25.1](https://github.com/c4spar/deno-cliffy/compare/v0.25.0...v0.25.1) (Sep 14, 2022) + +### Bug Fixes + +- **command:** help text of main command is always shown for validation errors + (#441) ([41b3547](https://github.com/c4spar/deno-cliffy/commit/41b3547)) + +### Chore + +- **upgrade:** deno/std@0.155.0 (#442) + ([34f889d](https://github.com/c4spar/deno-cliffy/commit/34f889d)) + +### Revert + +- feat(command): support passing global options before sub-command (#388) (#440) + ([85d3dac](https://github.com/c4spar/deno-cliffy/commit/85d3dac)) + # [v0.25.0](https://github.com/c4spar/deno-cliffy/compare/v0.24.3...v0.25.0) (Sep 3, 2022) ### Features