diff --git a/changelog/v4.3.2.md b/changelog/v4.3.2.md new file mode 100644 index 0000000000..73dda31a76 --- /dev/null +++ b/changelog/v4.3.2.md @@ -0,0 +1,7 @@ +# 4.3.2 + +The v4.3.2 release includes a single fix. + +## Fixes + + * [#7140](https://github.com/openlayers/openlayers/pull/7140) - Export ol.Sphere.getLength and ol.Sphere.getArea ([@fredj](https://github.com/fredj)) diff --git a/package.json b/package.json index ccec1da644..1e7f817380 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.3.1", + "version": "4.3.2", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index 18b8eeaa58..ed32298758 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.3.1", + "version": "4.3.2", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",