From 705bf87c1c85808bc209420d8ef67f8995683fbc Mon Sep 17 00:00:00 2001 From: mguleryuz Date: Fri, 26 Jul 2024 13:35:40 +0300 Subject: [PATCH] chore(release): 0.1.5 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d452107..6b41fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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. +### [0.1.5](https://github.com/InverterNetwork/abis/compare/v0.1.4...v0.1.5) (2024-07-26) + ### [0.1.4](https://github.com/InverterNetwork/abis/compare/v0.1.3...v0.1.4) (2024-07-05) ### [0.1.3](https://github.com/InverterNetwork/abis/compare/v0.1.2...v0.1.3) (2024-07-04) diff --git a/package.json b/package.json index 070a383..4397f77 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@inverter-network/abis", "description": "INVERTER typescript ABIs", "homepage": "https://github.com/InverterNetwork/abis", - "version": "0.1.4", + "version": "0.1.5", "license": "LGPL-3.0", "author": "InverterNetwork ", "module": "./dist/index.js",