diff --git a/changelog/v4.4.1.md b/changelog/v4.4.1.md new file mode 100644 index 0000000000..d9f3787e13 --- /dev/null +++ b/changelog/v4.4.1.md @@ -0,0 +1,8 @@ +# 4.4.1 + +The v4.4.1 release includes a fix for the [`ol` package](https://www.npmjs.com/package/ol) and a fix for a tile rendering regression. + +## Fixes + + * [#7323](https://github.com/openlayers/openlayers/pull/7323) - Only clear the canvas when needed ([@tschaub](https://github.com/tschaub)) + * [#7313](https://github.com/openlayers/openlayers/pull/7313) - Use lowercase module identifiers until ol@5 ([@tschaub](https://github.com/tschaub)) diff --git a/package.json b/package.json index a86e9ee027..5e871833ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.4.0", + "version": "4.4.1", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map", diff --git a/package/package.json b/package/package.json index 47595dc581..a22edee852 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.4.0", + "version": "4.4.1", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",