From 568b43f2bab2b31dc396c2eacf71674264d5dc18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 11:40:13 -0400 Subject: [PATCH] chore: version packages (#5) Co-authored-by: github-actions[bot] --- .changeset/tender-stingrays-run.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tender-stingrays-run.md diff --git a/.changeset/tender-stingrays-run.md b/.changeset/tender-stingrays-run.md deleted file mode 100644 index cb8a7798..00000000 --- a/.changeset/tender-stingrays-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'abitype': patch ---- - -Release candidate supporting functions, errors, and events. diff --git a/CHANGELOG.md b/CHANGELOG.md index afd14789..d5edb47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # abitype +## 0.0.5 + +### Patch Changes + +- [`bc0e632`](https://github.com/wagmi-dev/abitype/commit/bc0e632cfac306170e221a9509a42b8937fe6426) Thanks [@tmm](https://github.com/tmm)! - Release candidate supporting functions, errors, and events. + ## 0.0.4 ### Patch Changes diff --git a/package.json b/package.json index b7a99d3c..b814a52c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "abitype", "license": "WAGMIT", - "version": "0.0.4", + "version": "0.0.5", "repository": { "type": "git", "url": "https://github.com/wagmi-dev/abi-types.git"