Skip to content

Commit 1b56d59

Browse files
committed
v1.2.1
1 parent 5d17d88 commit 1b56d59

File tree

3 files changed

+588
-502
lines changed

3 files changed

+588
-502
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# react-currency-hooks Changelog
22

3+
## 1.2.1 (2020-04-11)
4+
#### Repository Changes
5+
- updated devDependencies
6+
37
## 1.2.0 (2020-02-23)
48
#### New Feature
59
- added option `keepPrecision`

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-currency-hooks",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Currency converter React hook",
55
"author": "Jakub Biesiada",
66
"license": "MIT",
@@ -33,23 +33,23 @@
3333
"devDependencies": {
3434
"@rollup/plugin-node-resolve": "^7.1.1",
3535
"@testing-library/react-hooks": "^3.2.1",
36-
"@types/jest": "^25.1.4",
37-
"@types/react": "^16.9.25",
38-
"@typescript-eslint/parser": "^2.24.0",
36+
"@types/jest": "^25.2.1",
37+
"@types/react": "^16.9.34",
38+
"@typescript-eslint/parser": "^2.27.0",
3939
"eslint": "^6.8.0",
4040
"eslint-config-prettier": "^6.10.1",
4141
"eslint-plugin-prettier": "^3.1.2",
4242
"eslint-plugin-react": "^7.19.0",
43-
"eslint-plugin-react-hooks": "^2.5.1",
44-
"husky": "^4.2.3",
45-
"jest": "^25.1.0",
46-
"lint-staged": "^10.0.8",
47-
"prettier": "^2.0.1",
43+
"eslint-plugin-react-hooks": "^3.0.0",
44+
"husky": "^4.2.5",
45+
"jest": "^25.3.0",
46+
"lint-staged": "^10.1.3",
47+
"prettier": "^2.0.4",
4848
"react": "^16.13.1",
4949
"react-test-renderer": "^16.13.1",
5050
"rollup-plugin-terser": "^5.3.0",
51-
"rollup-plugin-typescript2": "^0.26.0",
52-
"ts-jest": "^25.2.1",
51+
"rollup-plugin-typescript2": "^0.27.0",
52+
"ts-jest": "^25.3.1",
5353
"typescript": "^3.8.3"
5454
},
5555
"peerDependencies": {

0 commit comments

Comments
 (0)