From 28104527b02259750ada7ada6463798180606d64 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 21 Jul 2018 09:44:10 -0600 Subject: [PATCH] Updates for v5.1.3 --- changelog/v5.1.3.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.1.3.md diff --git a/changelog/v5.1.3.md b/changelog/v5.1.3.md new file mode 100644 index 0000000000..b8625d6092 --- /dev/null +++ b/changelog/v5.1.3.md @@ -0,0 +1,6 @@ +# 5.1.3 + +The 5.1.3 release is a patch to fix the API docs and the legacy full build. See the [5.1.0 notes](https://github.com/openlayers/openlayers/releases/tag/v5.1.0) for detail on the 5.1 release. + + * [#8417](https://github.com/openlayers/openlayers/pull/8417) - Minor doc updates ([@tschaub](https://github.com/tschaub)) + * [#8418](https://github.com/openlayers/openlayers/pull/8418) - Set api annotation on classdesc, not constructor ([@ahocevar](https://github.com/ahocevar)) diff --git a/package.json b/package.json index abbbf36ea4..ae3557eed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "5.1.2", + "version": "5.1.3", "description": "OpenLayers mapping library", "keywords": [ "map",