Merge pull request #7321 from tschaub/release-v4.4.1

Release v4.4.1
This commit is contained in:
Tim Schaub
2017-10-06 11:13:29 -06:00
committed by GitHub
3 changed files with 10 additions and 2 deletions

8
changelog/v4.4.1.md Normal file
View File

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

View File

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

View File

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