Skip to content

Commit c9ffe4b

Browse files
committed
chore(release): 0.2.5
1 parent cfba7eb commit c9ffe4b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.2.5](https://github.com/inverter-network/abis/compare/v0.2.4...v0.2.5) (2024-09-05)
6+
7+
8+
### Bug Fixes
9+
10+
* esm support ([cfba7eb](https://github.com/inverter-network/abis/commit/cfba7eb4c3acbe66800bcb046acbbc9d4280db20))
11+
512
### [0.2.4](https://github.com/inverter-network/abis/compare/v0.2.3...v0.2.4) (2024-09-01)
613

714
### [0.2.3](https://github.com/inverter-network/abis/compare/v0.2.2...v0.2.3) (2024-08-23)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inverter-network/abis",
33
"description": "INVERTER typescript ABIs",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"type": "module",
66
"main": "./dist/cjs/index.js",
77
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)