Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozio13pl committed Nov 22, 2023
1 parent bd058de commit 84c7151
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [0.2.1](https://github.com/mrozio13pl/clittle/compare/v0.2.0...v0.2.1) (2023-11-22)


### 🐞 Bug Fixes

* `onUnknownOptions` being fired for each unknown flag ([ad84c9c](https://github.com/mrozio13pl/clittle/commit/ad84c9c4cfdaa2356a5b12a2feb563c88cc0eaab))
* jsdoc for `alias` function ([bd058de](https://github.com/mrozio13pl/clittle/commit/bd058deb03077af698eb49a580acd18896bae78f))

## [0.2.0](https://github.com/mrozio13pl/clittle/compare/v0.1.2...v0.2.0) (2023-11-17)


Expand All @@ -23,4 +31,4 @@
* ignore unknown arguments ([d10ebae](https://github.com/mrozio13pl/clittle/commit/d10ebae19b9513431235b839ace9bc1313a0eca3))
* negated boolean flags ([8e35b86](https://github.com/mrozio13pl/clittle/commit/8e35b8699eb919d3bee8edc6cad5786a0add824b))

## 0.1.0 (2023-11-05)
## 0.1.0 (2023-11-05)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clittle",
"version": "0.2.0",
"version": "0.2.1",
"description": "Tiny, yet powerful JavaScript library for building CLI applications.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 84c7151

Please sign in to comment.