Skip to content

Commit 84c614d

Browse files
github-actions[bot]chenasraf
authored andcommitted
chore(master): release 2.1.0
1 parent e7e635c commit 84c614d

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
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [2.1.0](https://github.com/chenasraf/massarg/compare/v2.0.1...v2.1.0) (2026-01-26)
4+
5+
6+
### Features
7+
8+
* add error handling ([818fb9c](https://github.com/chenasraf/massarg/commit/818fb9c34ee1180a6c6afc3fa3a4c1bfac3a94d7))
9+
10+
11+
### Bug Fixes
12+
13+
* cleanup error listeners after parse ([e7e635c](https://github.com/chenasraf/massarg/commit/e7e635c91c698d4a5bee2ac322c6c8acf1442048))
14+
315
## [2.0.1](https://github.com/chenasraf/massarg/compare/v2.0.0...v2.0.1) (2024-05-03)
416

517

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.1",
3+
"version": "2.1.0",
44
"description": "Flexible, powerful, and simple command/argument parser for CLI applications",
55
"keywords": [
66
"shell",

0 commit comments

Comments
 (0)