From cd85e30d08f65cb1284ea24b196db225a9dcc839 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 20 Jul 2018 20:03:15 -0600 Subject: [PATCH] Updates for 5.1.2 --- changelog/v5.1.2.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.1.2.md diff --git a/changelog/v5.1.2.md b/changelog/v5.1.2.md new file mode 100644 index 0000000000..d801c49827 --- /dev/null +++ b/changelog/v5.1.2.md @@ -0,0 +1,5 @@ +# 5.1.2 + +The 5.1.2 release is a patch to fix the API docs. See the [5.1.0 notes](https://github.com/openlayers/openlayers/releases/tag/v5.1.0) for detail on the 5.1 release. + + * [#8413](https://github.com/openlayers/openlayers/pull/8413) - Remove extra curly in type ([@tschaub](https://github.com/tschaub)) diff --git a/package.json b/package.json index 112734a561..abbbf36ea4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "5.1.1", + "version": "5.1.2", "description": "OpenLayers mapping library", "keywords": [ "map",