Skip to content

Commit 712c40c

Browse files
chore(release): 3.2.3 [skip ci]
## [3.2.3](v3.2.2...v3.2.3) (2021-08-11) ### Bug Fixes * render default arg/opt if equal to 0 ([#264](#264)) ([ca0af19](ca0af19))
1 parent 20c1f77 commit 712c40c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.3](https://github.com/oclif/plugin-help/compare/v3.2.2...v3.2.3) (2021-08-11)
2+
3+
4+
### Bug Fixes
5+
6+
* render default arg/opt if equal to 0 ([#264](https://github.com/oclif/plugin-help/issues/264)) ([ca0af19](https://github.com/oclif/plugin-help/commit/ca0af1908af4746479fe703866e2888b9e8b1672))
7+
18
## [3.2.2](https://github.com/oclif/plugin-help/compare/v3.2.1...v3.2.2) (2021-02-03)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oclif/plugin-help",
33
"description": "standard help for oclif",
4-
"version": "3.2.2",
4+
"version": "3.2.3",
55
"author": "Jeff Dickey @jdxcode",
66
"bugs": "https://github.com/oclif/plugin-help/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)