Updates for the 6.15.1 release

This commit is contained in:
Andreas Hocevar
2022-07-18 22:55:49 +02:00
parent ac5b80a0df
commit 9613cb9761
3 changed files with 7 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
# 6.15.1
The 6.15.1 release is a patch to ensure that a layer gets rendered when its source has completed loading. See the [changelog for 6.15.0](https://github.com/openlayers/openlayers/releases/tag/v6.15.0) for new features and fixes since 6.14.
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "ol", "name": "ol",
"version": "6.15.0", "version": "6.15.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ol", "name": "ol",
"version": "6.15.0", "version": "6.15.1",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"geotiff": "2.0.4", "geotiff": "2.0.4",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "ol", "name": "ol",
"version": "6.15.0", "version": "6.15.1",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"keywords": [ "keywords": [
"map", "map",