diff --git a/CHANGES.md b/CHANGES.md index b155672..16f942f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 0.0.6 +- Fix conditional on fetchOptions + ## 0.0.5 - Remove stray console diff --git a/package.json b/package.json index 7700ea3..7160e00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapbox-gl-arcgis-featureserver", - "version": "0.0.5", + "version": "0.0.6", "description": "A small library for requesting features from an arcgis feature server using tiles", "main": "dist/mapbox-gl-arcgis-featureserver.js", "module": "dist/mapbox-gl-arcgis-featureserver.esm.js",