Skip to content

Commit ce0664c

Browse files
chore(release): 3.1.1 [skip ci]
## [3.1.1](v3.1.0...v3.1.1) (2023-08-28) ### Bug Fixes * **help:** fix generated help when using default() 3eb6ca2, closes #196
1 parent 3eb6ca2 commit ce0664c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.1.1](https://github.com/mattallty/Caporal.js/compare/v3.1.0...v3.1.1) (2023-08-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **help:** fix generated help when using default() 3eb6ca2, closes #196
12+
613
# [3.1.0](https://github.com/mattallty/Caporal.js/compare/v3.0.0...v3.1.0) (2023-08-28)
714

815

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@caporal/core",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A full-featured framework for building command line applications (cli) with node.js",
55
"main": "./dist/",
66
"exports": {

0 commit comments

Comments
 (0)