@react-hookz/web
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -0,1 +1,8 @@ | ||
## [1.4.2](https://github.com/react-hookz/web/compare/v1.4.1...v1.4.2) (2021-04-18) | ||
### Bug Fixes | ||
* add @semantic-release/github plugin ([9f7e1b3](https://github.com/react-hookz/web/commit/9f7e1b3a441674c03ab29af3682f9619fc668806)) | ||
## [1.4.1](https://github.com/react-hookz/web/compare/v1.4.0...v1.4.1) (2021-04-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@react-hookz/web", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"license": "MIT", | ||
@@ -45,3 +45,4 @@ "repository": { | ||
"@semantic-release/npm", | ||
"@semantic-release/git" | ||
"@semantic-release/git", | ||
"@semantic-release/github" | ||
] | ||
@@ -61,2 +62,3 @@ }, | ||
"@semantic-release/git": "^9.0.0", | ||
"@semantic-release/github": "^7.2.1", | ||
"@testing-library/react-hooks": "^5.1.1", | ||
@@ -63,0 +65,0 @@ "@types/jest": "^26.0.22", |
8453
31