diff --git a/CHANGELOG.md b/CHANGELOG.md index f06031d..11d10c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.4](https://github.com/MoralisWeb3/react-moralis/compare/v1.3.3...v1.3.4) (2022-03-21) + + +### Bug Fixes + +* typo in RaribleNetwork type ([#201](https://github.com/MoralisWeb3/react-moralis/issues/201)) ([0d7c608](https://github.com/MoralisWeb3/react-moralis/commit/0d7c6086f4c7675137ccb5f90b74c623694f7770)) + ## [1.3.3](https://github.com/MoralisWeb3/react-moralis/compare/v1.3.2...v1.3.3) (2022-03-21) diff --git a/package.json b/package.json index dd7a651..55d6ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-moralis", - "version": "1.3.3", + "version": "1.3.4", "description": "Hooks and components to use Moralis in a React app", "keywords": [ "moralis", diff --git a/src/hooks/plugins/useRarible/types.ts b/src/hooks/plugins/useRarible/types.ts index b96dbab..26cfcfe 100644 --- a/src/hooks/plugins/useRarible/types.ts +++ b/src/hooks/plugins/useRarible/types.ts @@ -1,4 +1,4 @@ -export type RaribleNetwork = "rinkiby" | "eth"; +export type RaribleNetwork = "rinkeby" | "eth"; export type RaribleTokenType = "ERC721" | "ERC1155"; export type RaribleTokenTypeAssetClass = | "ETH"