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 436de49 commit 10395e1Copy full SHA for 10395e1
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
+## [2.0.5](https://github.com/mattallty/Caporal.js/compare/v2.0.4...v2.0.5) (2023-08-27)
7
+
8
9
+### Bug Fixes
10
11
+* **ci:** remove push event from ci.yml (duplicate) 436de49
12
13
## [2.0.4](https://github.com/mattallty/Caporal.js/compare/v2.0.3...v2.0.4) (2023-08-27)
14
15
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@caporal/core",
- "version": "2.0.4",
+ "version": "2.0.5",
"description": "A full-featured framework for building command line applications (cli) with node.js",
"main": "./dist/",
"exports": {
0 commit comments