Skip to content

Commit c1f6fd1

Browse files
chore(release): 2.0.0-pre.2 [skip ci]
# [2.0.0-pre.2](v2.0.0-pre.1...v2.0.0-pre.2) (2023-12-01) ### Bug Fixes * exported types fixes ([a0aa8ec](a0aa8ec)) ### Features * different opt output name (default camelCase) ([48b9602](48b9602))
1 parent a0aa8ec commit c1f6fd1

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Change Log
2+
3+
# [2.0.0-pre.2](https://github.com/chenasraf/massarg/compare/v2.0.0-pre.1...v2.0.0-pre.2) (2023-12-01)
4+
5+
6+
### Bug Fixes
7+
8+
* exported types fixes ([a0aa8ec](https://github.com/chenasraf/massarg/commit/a0aa8ecbb7c112033842f080caaea666a75b88b1))
9+
10+
11+
### Features
12+
13+
* different opt output name (default camelCase) ([48b9602](https://github.com/chenasraf/massarg/commit/48b96022e42c6de1776485be1d829247f50cb6ad))
14+
115
# [2.0.0-pre.1](https://github.com/chenasraf/massarg/compare/v1.0.6...v2.0.0-pre.1) (2023-11-24)
216

317

@@ -21,4 +35,3 @@
2135
### BREAKING CHANGES
2236

2337
* recreated massarg package
24-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "massarg",
3-
"version": "2.0.0-pre.1",
3+
"version": "2.0.0-pre.2",
44
"description": "Flexible, powerful, and simple command/argument parser for CLI applications",
55
"keywords": [
66
"shell",

0 commit comments

Comments
 (0)