Skip to content

Commit c0b24c1

Browse files
committed
chore(release): 0.9.0
1 parent 4551645 commit c0b24c1

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.9.0](https://github.com/InverterNetwork/react/compare/v0.5.6...v0.9.0) (2025-08-22)
6+
7+
8+
### Features
9+
10+
* add testing-library dependencies and implement integration tests for hooks ([4dae2f4](https://github.com/InverterNetwork/react/commit/4dae2f462e3a309d697529ad6906f3fa17c9f41c))
11+
* enhance deploy and module hooks with useTags parameter for improved flexibility ([51d70fd](https://github.com/InverterNetwork/react/commit/51d70fd6019e7e76fc9b53da0377a4e47ad32c62))
12+
* update useModuleInteraction and useDeploy hooks to support generic type for improved type safety ([4e907ef](https://github.com/InverterNetwork/react/commit/4e907efaf2126d186d5601f88d6fd60b2f20c040))
13+
514
### [0.5.6](https://github.com/InverterNetwork/react/compare/v0.5.5...v0.5.6) (2025-07-31)
615

716
### [0.5.5](https://github.com/InverterNetwork/react/compare/v0.5.4...v0.5.5) (2025-06-20)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@inverter-network/react",
33
"description": "INVERTER react",
4-
"version": "0.5.6",
4+
"version": "0.9.0",
55
"exports": {
66
".": {
77
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)