diff --git a/changelog/v4.3.3.md b/changelog/v4.3.3.md new file mode 100644 index 0000000000..cb5200cfb3 --- /dev/null +++ b/changelog/v4.3.3.md @@ -0,0 +1,7 @@ +# 4.3.2 + +The v4.3.3 reverts the fractional pixel positioning of overlays. + +## Fixes + + * [#7258](https://github.com/openlayers/openlayers/pull/7258) - Revert changes made in #7098 ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index 2884fda209..3ff27d3dad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.3.2", + "version": "4.3.3", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index ed32298758..b91279f664 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.3.2", + "version": "4.3.3", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",