@36node/fetch
Advanced tools
Comparing version 0.6.0 to 0.6.2
@@ -6,2 +6,21 @@ # Change Log | ||
## [0.6.2](https://github.com/36node/sketch/compare/@36node/fetch@0.6.1...@36node/fetch@0.6.2) (2019-10-10) | ||
### Bug Fixes | ||
* **redux:** payload not object type for action initPayload ([098d9d7](https://github.com/36node/sketch/commit/098d9d7)) | ||
## [0.6.1](https://github.com/36node/sketch/compare/@36node/fetch@0.6.0...@36node/fetch@0.6.1) (2019-10-08) | ||
**Note:** Version bump only for package @36node/fetch | ||
# [0.6.0](https://github.com/36node/sketch/compare/@36node/fetch@0.5.1...@36node/fetch@0.6.0) (2019-06-06) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "@36node/fetch", | ||
"version": "0.6.0", | ||
"version": "0.6.2", | ||
"description": "Fetch tool.", | ||
@@ -38,3 +38,3 @@ "repository": { | ||
}, | ||
"gitHead": "a448654fcde3937e82936e19581b17fdaab68f46" | ||
"gitHead": "c5263488e2d9dd7b025b9d6cbfb02a11b7bdc6fc" | ||
} |
@@ -21,7 +21,7 @@ # @36node/fetch | ||
1. Fork it! | ||
2. Create your feature branch: `git checkout -b my-new-feature` | ||
3. Commit your changes: `git commit -am 'Add some feature'` | ||
4. Push to the branch: `git push origin my-new-feature` | ||
5. Submit a pull request :D | ||
1. Fork it! | ||
2. Create your feature branch: `git checkout -b my-new-feature` | ||
3. Commit your changes: `git commit -am 'Add some feature'` | ||
4. Push to the branch: `git push origin my-new-feature` | ||
5. Submit a pull request :D | ||
@@ -28,0 +28,0 @@ ## Author |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67278