We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafc601 commit f2ac576Copy full SHA for f2ac576
.changeset/tangy-bushes-shake.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @bomb.sh/args (fka `ultraflag`)
2
3
+## 0.3.1
4
+
5
+### Patch Changes
6
7
+- aafc601: Fixes a bug which set longhand `--boolean` args to `false` ([#8](https://github.com/bombshell-dev/args/pull/8))
8
9
## 0.3.0
10
11
### Minor Changes
package.json
@@ -5,7 +5,7 @@
"provenance": true
},
"type": "module",
- "version": "0.3.0",
+ "version": "0.3.1",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
0 commit comments