Skip to content

Commit 18f75cf

Browse files
chore: version packages (#285)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1a5121b commit 18f75cf

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/fresh-jokes-guess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/abitype/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# abitype
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- Added experimental named tuple support to `AbiParametersToPrimitiveTypes` ([#281](https://github.com/wevm/abitype/pull/281))
8+
39
## 1.1.2
410

511
### Patch Changes

packages/abitype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "abitype",
33
"description": "Strict TypeScript types for Ethereum ABIs",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"license": "MIT",
66
"repository": "wevm/abitype",
77
"scripts": {

packages/abitype/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.1.2'
1+
export const version = '1.2.0'

0 commit comments

Comments
 (0)