diff --git a/.changeset/smart-students-talk.md b/.changeset/smart-students-talk.md deleted file mode 100644 index 76c02de4..00000000 --- a/.changeset/smart-students-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"abitype": patch ---- - -Fixes an error with TypeScript 5.2.2 in CommonJS projects.. diff --git a/packages/abitype/CHANGELOG.md b/packages/abitype/CHANGELOG.md index 0b61d062..19898ef2 100644 --- a/packages/abitype/CHANGELOG.md +++ b/packages/abitype/CHANGELOG.md @@ -1,5 +1,11 @@ # abitype +## 0.10.2 + +### Patch Changes + +- [#205](https://github.com/wagmi-dev/abitype/pull/205) [`6b99d60`](https://github.com/wagmi-dev/abitype/commit/6b99d60dc19cf0ec673f176a3ae6a227ad14358a) Thanks [@frangio](https://github.com/frangio)! - Fixes an error with TypeScript 5.2.2 in CommonJS projects.. + ## 0.10.1 ### Patch Changes diff --git a/packages/abitype/package.json b/packages/abitype/package.json index e72f3afd..348c7e6b 100644 --- a/packages/abitype/package.json +++ b/packages/abitype/package.json @@ -1,7 +1,7 @@ { "name": "abitype", "description": "Strict TypeScript types for Ethereum ABIs", - "version": "0.10.1", + "version": "0.10.2", "license": "MIT", "repository": "wagmi-dev/abitype", "scripts": { diff --git a/packages/abitype/src/version.ts b/packages/abitype/src/version.ts index 4c77362f..b3ce6cc3 100644 --- a/packages/abitype/src/version.ts +++ b/packages/abitype/src/version.ts @@ -1 +1 @@ -export const version = '0.10.1' +export const version = '0.10.2'