Updates for the 6.14.1 release

This commit is contained in:
Tim Schaub
2022-03-26 11:44:23 -06:00
parent cc0cc9d679
commit 576ada8097
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",
"version": "6.14.1-dev",
"version": "6.14.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ol",
"version": "6.14.1-dev",
"version": "6.14.1",
"license": "BSD-2-Clause",
"dependencies": {
"geotiff": "^2.0.2",

View File

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