Skip to content

Commit 0cc4157

Browse files
semantic-release-botchenasraf
authored andcommitted
chore(release): 2.0.0-pre.1 [skip ci]
# [2.0.0-pre.1](v1.0.6...v2.0.0-pre.1) (2023-11-24) ### Continuous Integration * update release config ([0f9abec](0f9abec)) ### Features * array & typed options ([e2837d6](e2837d6)) * built-in help command + flag ([98cacc8](98cacc8)) * example lines, help style updates ([00e76e3](00e76e3)) * help generator ([673bc70](673bc70)) * improve help config, update styles, fixes ([882d040](882d040)) * pass main instance to run fn ([e0574a1](e0574a1)) * transform output name for options ([6ee8cf2](6ee8cf2)) * v2 poc ([42e847d](42e847d)) ### BREAKING CHANGES * recreated massarg package
1 parent 4b111ab commit 0cc4157

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# [2.0.0-pre.1](https://github.com/chenasraf/massarg/compare/v1.0.6...v2.0.0-pre.1) (2023-11-24)
2+
3+
4+
### Continuous Integration
5+
6+
* update release config ([0f9abec](https://github.com/chenasraf/massarg/commit/0f9abeceb0d2652875538ca69f63ab04490477a9))
7+
8+
9+
### Features
10+
11+
* array & typed options ([e2837d6](https://github.com/chenasraf/massarg/commit/e2837d60a8b2240f2c7d18a8cd4ae8c4c7fc1c79))
12+
* built-in help command + flag ([98cacc8](https://github.com/chenasraf/massarg/commit/98cacc86ee6bcf5674b160ad51942e4bf65fea52))
13+
* example lines, help style updates ([00e76e3](https://github.com/chenasraf/massarg/commit/00e76e35678867e3cbd6828bf7ccbf96afdfc797))
14+
* help generator ([673bc70](https://github.com/chenasraf/massarg/commit/673bc706743c096775015ae1d6e74b2eb512eaf5))
15+
* improve help config, update styles, fixes ([882d040](https://github.com/chenasraf/massarg/commit/882d040130ed4dd898a9a1e73b9e61213374981e))
16+
* pass main instance to run fn ([e0574a1](https://github.com/chenasraf/massarg/commit/e0574a1ad5dcbd60f2f26385293dad39f60dc22c))
17+
* transform output name for options ([6ee8cf2](https://github.com/chenasraf/massarg/commit/6ee8cf230b221cec49cf9ee7c857af66ce39b881))
18+
* v2 poc ([42e847d](https://github.com/chenasraf/massarg/commit/42e847d87cdee559eef058bbadb244dab0002103))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* recreated massarg package

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

0 commit comments

Comments
 (0)