Skip to content

Commit 7395b59

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2023-08-28) ### Features * **logger:** new method: program.getLogger() a8b5fb6, closes #205
1 parent a8b5fb6 commit 7395b59

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.0](https://github.com/mattallty/Caporal.js/compare/v3.0.0...v3.1.0) (2023-08-28)
7+
8+
9+
### Features
10+
11+
* **logger:** new method: program.getLogger() a8b5fb6, closes #205
12+
613
# [3.0.0](https://github.com/mattallty/Caporal.js/compare/v2.0.6...v3.0.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.0.0",
3+
"version": "3.1.0",
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)