diff --git a/changelog/v9.2.2.md b/changelog/v9.2.2.md new file mode 100644 index 00000000000..768c428d791 --- /dev/null +++ b/changelog/v9.2.2.md @@ -0,0 +1,8 @@ +# 9.2.2 + +The 9.2.2 is a patch release that addresses the issues below. + +#### List of all changes + + * Avoid throwing error if ClusterSource source is null (by @mike-000 in https://github.com/openlayers/openlayers/pull/15842) + * Fix feature type generics (by @ahocevar in https://github.com/openlayers/openlayers/pull/15843) diff --git a/package-lock.json b/package-lock.json index c4db8ed1978..05e0d573fa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol", - "version": "9.2.2-dev", + "version": "9.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ol", - "version": "9.2.2-dev", + "version": "9.2.2", "license": "BSD-2-Clause", "dependencies": { "color-rgba": "^3.0.0", diff --git a/package.json b/package.json index 75ade5a8af9..6a5774b054d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "9.2.2-dev", + "version": "9.2.2", "description": "OpenLayers mapping library", "keywords": [ "map",