diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f8fad..d5d6882 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.3.0](https://github.com/InverterNetwork/sdk/compare/v0.3.0-alpha.8...v0.3.0) (2024-10-14) + ## [0.3.0-alpha.0](https://github.com/InverterNetwork/sdk/compare/v0.2.10...v0.3.0-alpha.0) (2024-10-02) diff --git a/bun.lockb b/bun.lockb index 3369d06..faf6c9d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6714840..0839b37 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@inverter-network/sdk", "description": "INVERTER typescript SDK", - "version": "0.3.0-alpha.8", + "version": "0.3.0", "exports": { ".": { "types": "./dist/types/index.d.ts", @@ -62,7 +62,7 @@ "viem": "^2.7.6" }, "dependencies": { - "@inverter-network/abis": "0.3.0-alpha.1", + "@inverter-network/abis": "0.3.0", "@urql/core": "^5.0.6", "subscriptions-transport-ws": "^0.11.0", "type-fest-4": "npm:type-fest@^4.26.0"