Skip to content

Commit

Permalink
chore(release): set package.json to 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.5...v1.3.0) (2022-02-09)

### Bug Fixes

* import of AuthError from src ([#199](#199)) ([f82057a](f82057a))

### Features

* resolve ens ([#197](#197)) ([0c0ebd4](0c0ebd4))
* return results on async requests ([#198](#198)) ([ef53c48](ef53c48))
  • Loading branch information
semantic-release-bot committed Feb 9, 2022
1 parent f82057a commit e5412d3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.3.0](https://github.com/MoralisWeb3/react-moralis/compare/v1.2.5...v1.3.0) (2022-02-09)


### Bug Fixes

* import of AuthError from src ([#199](https://github.com/MoralisWeb3/react-moralis/issues/199)) ([f82057a](https://github.com/MoralisWeb3/react-moralis/commit/f82057ae682e0b0144e01b49201b107bb59a506d))


### Features

* resolve ens ([#197](https://github.com/MoralisWeb3/react-moralis/issues/197)) ([0c0ebd4](https://github.com/MoralisWeb3/react-moralis/commit/0c0ebd48c8ed05fe8fc7e8d6d5bb06a88c122a9d))
* return results on async requests ([#198](https://github.com/MoralisWeb3/react-moralis/issues/198)) ([ef53c48](https://github.com/MoralisWeb3/react-moralis/commit/ef53c48d8b8af2c4f6ea7317c3006b0701ef4527))

## [1.2.5](https://github.com/MoralisWeb3/react-moralis/compare/v1.2.4...v1.2.5) (2022-02-07)


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": "1.2.5",
"version": "1.3.0",
"description": "Hooks and components to use Moralis in a React app",
"keywords": [
"moralis",
Expand Down

0 comments on commit e5412d3

Please sign in to comment.