Skip to content

Commit

Permalink
chore: version packages (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 21, 2023
1 parent bf526d8 commit 06b7d28
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-beers-fry.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# abitype

## 0.9.4

### Patch Changes

- [#176](https://github.com/wagmi-dev/abitype/pull/176) [`bf526d8`](https://github.com/wagmi-dev/abitype/commit/bf526d8775787cba0c472b71ff11c7c7cd143d47) Thanks [@tmm](https://github.com/tmm)! - Fixed issue with format utils where empty name (e.g. `name: ''`) would add extra space after `type`.

## 0.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abitype",
"description": "Strict TypeScript types for Ethereum ABIs",
"version": "0.9.3",
"version": "0.9.4",
"license": "MIT",
"repository": "wagmi-dev/abitype",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.9.3'
export const version = '0.9.4'

1 comment on commit 06b7d28

@vercel
Copy link

@vercel vercel bot commented on 06b7d28 Jul 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

abitype – ./

abitype.dev
abitype-git-main-wagmi-dev.vercel.app
abitype.vercel.app
abitype-wagmi-dev.vercel.app

Please sign in to comment.