Comparing version 3.6.0 to 3.6.1
@@ -7,2 +7,6 @@ # Change Log | ||
## [3.6.1] - 2019-09-19 | ||
### Fixed | ||
- Downgraded required `yarn` version (#68) | ||
## [3.6.0] - 2019-09-12 | ||
@@ -9,0 +13,0 @@ ### Fixed |
{ | ||
"name": "h3-js", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Emscripten transpiled libh3 'bindings' for Node/Web JS", | ||
@@ -94,3 +94,3 @@ "author": "Nick Rabinowitz <nickr@uber.com>", | ||
"npm": ">=3", | ||
"yarn": ">=1.17.0" | ||
"yarn": ">=1.3.0" | ||
}, | ||
@@ -97,0 +97,0 @@ "nyc": { |
4714684