Skip to content

Commit d878fc8

Browse files
version-packages (#74)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d8767c5 commit d878fc8

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/late-zoos-glow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wise-onions-obey.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @eegli/tinyparse
22

3+
## 0.18.1
4+
5+
### Patch Changes
6+
7+
- d8767c5: Parsers now expose default options
8+
- d8767c5: New utility types that allow for modular handler declaration!
9+
310
## 0.18.0
411

512
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eegli/tinyparse",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "A tiny utility for parsing & validating Node CLI args and object literals",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)