Merge pull request #7205 from openlayers/release-v4.3.2

Release v4.3.2
This commit is contained in:
Tim Schaub
2017-08-31 16:27:10 -06:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

7
changelog/v4.3.2.md Normal file
View File

@@ -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))

View File

@@ -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",

View File

@@ -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",