Skip to content

Commit ec64a84

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.6...v3.0.0) (2023-08-28) ### chore * prepare release cfe38a8 ### BREAKING CHANGES * drop support for Node < 16
1 parent cfe38a8 commit ec64a84

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.0](https://github.com/mattallty/Caporal.js/compare/v2.0.6...v3.0.0) (2023-08-28)
7+
8+
9+
### chore
10+
11+
* prepare release cfe38a8
12+
13+
14+
### BREAKING CHANGES
15+
16+
* drop support for Node < 16
17+
618
## [2.0.6](https://github.com/mattallty/Caporal.js/compare/v2.0.5...v2.0.6) (2023-08-27)
719

820

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": "2.0.6",
3+
"version": "3.0.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)