diff --git a/changelog/v3.13.1.md b/changelog/v3.13.1.md new file mode 100644 index 0000000000..f292ba23c0 --- /dev/null +++ b/changelog/v3.13.1.md @@ -0,0 +1,10 @@ +# v3.13.1 + +## Summary + +The v3.13.1 release is a patch release that addresses a few regressions in the v3.13.0 release. See the [v3.13.0 release notes](https://github.com/openlayers/ol3/releases/tag/v3.13.0) for details on upgrading from v3.12. + +## Fixes + + * [#4736](https://github.com/openlayers/ol3/pull/4736) - Properly detect feature on unmanaged layer for toggle selection ([@ahocevar](https://github.com/ahocevar)) + * [#4777](https://github.com/openlayers/ol3/pull/4777) - Fix source.UrlTile URL expansion ([@gberaudo](https://github.com/gberaudo)) diff --git a/package.json b/package.json index 2854ab6105..7be4caedfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "3.13.0", + "version": "3.13.1", "description": "Build tools and sources for developing OpenLayers based mapping applications", "keywords": [ "map",