Skip to content

Commit

Permalink
chore(release): set package.json to 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.1](v0.4.0-beta.1...v1.0.0-beta.1) (2022-01-05)

* feat!: support for ethers refactor in moralis sdk ([32df645](32df645))

### BREAKING CHANGES

* changes to accommodate for the breaking changes in the SDK, where web3 has been replaced for ethers
  • Loading branch information
semantic-release-bot committed Jan 5, 2022
1 parent 32df645 commit 2b54746
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.0.0-beta.1](https://github.com/MoralisWeb3/react-moralis/compare/v0.4.0-beta.1...v1.0.0-beta.1) (2022-01-05)


* feat!: support for ethers refactor in moralis sdk ([32df645](https://github.com/MoralisWeb3/react-moralis/commit/32df64580bc93bd8a180fc44d45a3b7a9a0b78d4))


### BREAKING CHANGES

* changes to accommodate for the breaking changes in the SDK, where web3 has been replaced for ethers

# [0.4.0-beta.1](https://github.com/MoralisWeb3/react-moralis/compare/v0.3.11...v0.4.0-beta.1) (2021-12-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-moralis",
"version": "0.0.0-development",
"version": "1.0.0-beta.1",
"description": "Hooks and components to use Moralis in a React app",
"keywords": [
"moralis",
Expand Down

0 comments on commit 2b54746

Please sign in to comment.