Comparing version 0.3.0 to 0.3.1
@@ -1,3 +0,7 @@ | ||
## Next | ||
## v0.3.1 (Jun 10, 2019) | ||
### :bug: Bug fixes | ||
- Bump `bs-decode` dependency to a version that fixes a stack overflow | ||
## v0.3.0 (Jun 3, 2019) | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "geo-reason", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Reason types and functions for working with GeoJSON", | ||
@@ -26,6 +26,6 @@ "scripts": { | ||
"bs-platform": "^5.0.3", | ||
"coveralls": "^3.0.3" | ||
"coveralls": "^3.0.4" | ||
}, | ||
"dependencies": { | ||
"bs-decode": "^0.6.1", | ||
"bs-decode": "^0.6.2", | ||
"relude": "^0.12.1" | ||
@@ -32,0 +32,0 @@ }, |
58914
Updatedbs-decode@^0.6.2