diff --git a/.changeset/shaggy-bags-sin.md b/.changeset/shaggy-bags-sin.md deleted file mode 100644 index c332afe1..00000000 --- a/.changeset/shaggy-bags-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'abitype': patch ---- - -Set `ArrayMaxDepth` default to `false` so there is no maximum array depth. Added new configuration option `StrictAbiType` for validating `AbiParameter`'s `type`. Defaults to `false` so `AbiParameter['type']` is `string` instead of a large union. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e8c2915..9da9b9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # abitype +## 0.1.5 + +### Patch Changes + +- [#41](https://github.com/wagmi-dev/abitype/pull/41) [`7147b07`](https://github.com/wagmi-dev/abitype/commit/7147b07decaa2f6071d33de688859bdac7ce4fdc) Thanks [@tmm](https://github.com/tmm)! - Set `ArrayMaxDepth` default to `false` so there is no maximum array depth. Added new configuration option `StrictAbiType` for validating `AbiParameter`'s `type`. Defaults to `false` so `AbiParameter['type']` is `string` instead of a large union. + ## 0.1.4 ### Patch Changes diff --git a/package.json b/package.json index b26f74bd..50e50393 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "abitype", "description": "Strict TypeScript types for Ethereum ABIs ", "license": "WAGMIT", - "version": "0.1.4", + "version": "0.1.5", "repository": { "type": "git", "url": "https://github.com/wagmi-dev/abitype.git"