Skip to content

Commit 4ca410e

Browse files
committed
chore(release): 0.4.3
1 parent 2132f82 commit 4ca410e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
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.4.3](https://github.com/aboutlo/ether-swr/compare/v0.4.2...v0.4.3) (2021-01-10)
6+
57
### [0.4.2](https://github.com/aboutlo/ether-swr/compare/v0.1.2...v0.4.2) (2021-01-10)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ether-swr",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "React Hooks library for Ethereum remote data fetching",
55
"main": "./dist/index.js",
66
"module": "./esm/index.js",
@@ -14,7 +14,7 @@
1414
"license": "MIT",
1515
"scripts": {
1616
"build": "npm run build:esm && npm run build:cjs",
17-
"prepare" : "npm run build",
17+
"prepare": "npm run build",
1818
"build:cjs": "ncc build src/index.ts -s -o dist -m -e react -e react-dom -e swr -e web3-react -e Web3Provider",
1919
"build:esm": "tsc --target ESNext --module ES6 --outDir esm",
2020
"release:major": "yarn standard-version major",

0 commit comments

Comments
 (0)