We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b5fb6 commit 7395b59Copy full SHA for 7395b59
CHANGELOG.md
@@ -3,6 +3,13 @@
3
All notable changes to this project will be documented in this file. See
4
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
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
13
# [3.0.0](https://github.com/mattallty/Caporal.js/compare/v2.0.6...v3.0.0) (2023-08-28)
14
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@caporal/core",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "A full-featured framework for building command line applications (cli) with node.js",
"main": "./dist/",
"exports": {
0 commit comments