diff --git a/.changeset/tangy-bushes-shake.md b/.changeset/tangy-bushes-shake.md deleted file mode 100644 index 1e9f11e..0000000 --- a/.changeset/tangy-bushes-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bomb.sh/args": patch ---- - -Fixes a bug which set longhand `--boolean` args to `false` ([#8](https://github.com/bombshell-dev/args/pull/8)) diff --git a/CHANGELOG.md b/CHANGELOG.md index c44a5db..bce4151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @bomb.sh/args (fka `ultraflag`) +## 0.3.1 + +### Patch Changes + +- aafc601: Fixes a bug which set longhand `--boolean` args to `false` ([#8](https://github.com/bombshell-dev/args/pull/8)) + ## 0.3.0 ### Minor Changes diff --git a/package.json b/package.json index addac7b..1b86df0 100644 --- a/package.json +++ b/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",