Skip to content

Commit 70a1f90

Browse files
committed
1.0.0
1 parent ca44c9b commit 70a1f90

File tree

3 files changed

+103
-131
lines changed

3 files changed

+103
-131
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# react-currency-hooks Changelog
22

3-
## 1.0.0 beta 0 / 1.0.0 beta 1 (2020-01-01)
3+
## 1.0.0 beta 0 / 1.0.0 beta 1 / 1.0.0 (2020-01-01)
44
#### New Feature
55
- added `useCurrency` hook

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-currency-hooks",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0",
44
"description": "Currency converter React hook",
55
"author": "Jakub Biesiada",
66
"license": "MIT",
@@ -29,15 +29,15 @@
2929
},
3030
"homepage": "https://github.com/JB1905/react-currency-hooks#readme",
3131
"devDependencies": {
32-
"@rollup/plugin-node-resolve": "^6.1.0",
32+
"@rollup/plugin-node-resolve": "^7.0.0",
3333
"@types/react": "^16.9.17",
3434
"@typescript-eslint/parser": "^2.15.0",
3535
"eslint": "^6.8.0",
3636
"eslint-config-prettier": "^6.9.0",
3737
"eslint-plugin-prettier": "^3.1.2",
3838
"eslint-plugin-react": "^7.17.0",
3939
"eslint-plugin-react-hooks": "^2.3.0",
40-
"husky": "^3.1.0",
40+
"husky": "^4.0.1",
4141
"lint-staged": "^9.5.0",
4242
"prettier": "^1.19.1",
4343
"react": "^16.12.0",

0 commit comments

Comments
 (0)