Update package versions to 4.1.1

This commit is contained in:
Tim Schaub
2017-05-03 08:30:29 -06:00
parent 5e3ba9b7d1
commit e7afe2cb9c
3 changed files with 15 additions and 2 deletions

13
changelog/v4.1.1.md Normal file
View File

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

View File

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

View File

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