Merge pull request #13511 from openlayers/release-v6.14.1

Updates for the 6.14.1 release
This commit is contained in:
Tim Schaub
2022-03-26 11:53:05 -06:00
committed by GitHub
3 changed files with 7 additions and 3 deletions

4
changelog/v6.14.1.md Normal file
View File

@@ -0,0 +1,4 @@
# 6.14.1
The 6.14.1 release is a patch to correct a version discrepancy in the `package-lock.json` file. See the [changelog for 6.14.0](https://github.com/openlayers/openlayers/releases/tag/v6.14.0) for new features and fixes since 6.13.

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "ol", "name": "ol",
"version": "6.14.1-dev", "version": "6.14.2-dev",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ol", "name": "ol",
"version": "6.14.1-dev", "version": "6.14.2-dev",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"geotiff": "^2.0.2", "geotiff": "^2.0.2",

View File

@@ -1,6 +1,6 @@
{ {
"name": "ol", "name": "ol",
"version": "6.14.1-dev", "version": "6.14.2-dev",
"description": "OpenLayers mapping library", "description": "OpenLayers mapping library",
"keywords": [ "keywords": [
"map", "map",