diff --git a/changelog/v4.1.1.md b/changelog/v4.1.1.md new file mode 100644 index 0000000000..facc665cf4 --- /dev/null +++ b/changelog/v4.1.1.md @@ -0,0 +1,13 @@ +# 4.1.1 + +## Summary + +This is a patch release to fix several minor issues and two regressions in the [4.1.0 release](https://github.com/openlayers/openlayers/releases/tag/v4.1.0). + +## Changes + + * [#6711](https://github.com/openlayers/openlayers/pull/6711) - Correct path to cleancss ([@tschaub](https://github.com/tschaub)) + * [#6728](https://github.com/openlayers/openlayers/pull/6728) - Fix tissot examples docs ([@fredj](https://github.com/fredj)) + * [#6732](https://github.com/openlayers/openlayers/pull/6732) - Use firefox < 53 in travis ([@fredj](https://github.com/fredj)) + * [#6741](https://github.com/openlayers/openlayers/pull/6741) - Allow user selection in overlay container ([@fredj](https://github.com/fredj)) + * [#6755](https://github.com/openlayers/openlayers/pull/6755) - Add missing goog.require ([@fredj](https://github.com/fredj)) diff --git a/package.json b/package.json index 851e019bfa..eff25a1262 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "4.1.0", + "version": "4.1.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 9788c3e4df..ab423d0322 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "4.1.0", + "version": "4.1.1", "description": "OpenLayers as ES2015 modules", "main": "index.js", "module": "index.js",