From 7435b8384c338dfa647cc42903c02b0818ddaff9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Nov 2023 23:51:54 +0000 Subject: [PATCH] chore(release): 2.0.0-pre.1 [skip ci] # [2.0.0-pre.1](https://github.com/chenasraf/massarg/compare/v1.0.6...v2.0.0-pre.1) (2023-11-24) ### Continuous Integration * update release config ([4b111ab](https://github.com/chenasraf/massarg/commit/4b111ab6f69666a1f5540b08fc932bcf2ac03ee4)) ### Features * array & typed options ([73c1ad9](https://github.com/chenasraf/massarg/commit/73c1ad95913ab3cba5ca304e2759a9fd76212ccc)) * built-in help command + flag ([d26114d](https://github.com/chenasraf/massarg/commit/d26114dd321362c9987045878fb94fc63eb91f7e)) * example lines, help style updates ([ecd7ced](https://github.com/chenasraf/massarg/commit/ecd7ced3e8ed1f9f771d4e7522d4a8a6c76ae320)) * help generator ([b0d20bf](https://github.com/chenasraf/massarg/commit/b0d20bf48a2c37aedab6f12b078417706b0d3e89)) * improve help config, update styles, fixes ([b11cdd3](https://github.com/chenasraf/massarg/commit/b11cdd35a8ac0ac2c61148ddb4487dce4c0f5fca)) * pass main instance to run fn ([29d6973](https://github.com/chenasraf/massarg/commit/29d6973eecbaa2d86e496387fe946a53c9662466)) * transform output name for options ([c414365](https://github.com/chenasraf/massarg/commit/c414365fbe602419a19f5522055e5b3c2fed761a)) * v2 poc ([7d5d302](https://github.com/chenasraf/massarg/commit/7d5d3025c6c65ee2d858aaf1beed50d847f423b4)) ### BREAKING CHANGES * recreated massarg package --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03067d2..852e2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # [2.0.0-pre.1](https://github.com/chenasraf/massarg/compare/v1.0.6...v2.0.0-pre.1) (2023-11-24) +### Continuous Integration + +* update release config ([4b111ab](https://github.com/chenasraf/massarg/commit/4b111ab6f69666a1f5540b08fc932bcf2ac03ee4)) + + +### Features + +* array & typed options ([73c1ad9](https://github.com/chenasraf/massarg/commit/73c1ad95913ab3cba5ca304e2759a9fd76212ccc)) +* built-in help command + flag ([d26114d](https://github.com/chenasraf/massarg/commit/d26114dd321362c9987045878fb94fc63eb91f7e)) +* example lines, help style updates ([ecd7ced](https://github.com/chenasraf/massarg/commit/ecd7ced3e8ed1f9f771d4e7522d4a8a6c76ae320)) +* help generator ([b0d20bf](https://github.com/chenasraf/massarg/commit/b0d20bf48a2c37aedab6f12b078417706b0d3e89)) +* improve help config, update styles, fixes ([b11cdd3](https://github.com/chenasraf/massarg/commit/b11cdd35a8ac0ac2c61148ddb4487dce4c0f5fca)) +* pass main instance to run fn ([29d6973](https://github.com/chenasraf/massarg/commit/29d6973eecbaa2d86e496387fe946a53c9662466)) +* transform output name for options ([c414365](https://github.com/chenasraf/massarg/commit/c414365fbe602419a19f5522055e5b3c2fed761a)) +* v2 poc ([7d5d302](https://github.com/chenasraf/massarg/commit/7d5d3025c6c65ee2d858aaf1beed50d847f423b4)) + + +### BREAKING CHANGES + +* recreated massarg package + +# [2.0.0-pre.1](https://github.com/chenasraf/massarg/compare/v1.0.6...v2.0.0-pre.1) (2023-11-24) + + ### Continuous Integration * update release config ([0f9abec](https://github.com/chenasraf/massarg/commit/0f9abeceb0d2652875538ca69f63ab04490477a9))