diff --git a/changelog/v5.0.1.md b/changelog/v5.0.1.md index 151e90c4a6..9e664b1ae7 100644 --- a/changelog/v5.0.1.md +++ b/changelog/v5.0.1.md @@ -1,6 +1,6 @@ # 5.0.1 -The v4.6.5 release helps reduce bundle sizes for bundler that support the `"sideEffects": "false"`option in `package.json`, and fixes website documentation regarding cdn locations and debug build which has been replaced by source maps. +The v5.0.1 release helps reduce bundle sizes for bundlers that support the `"sideEffects": "false"`option in `package.json`, and fixes website documentation regarding cdn locations and debug build which has been replaced by source maps. ## Fixes diff --git a/changelog/v5.0.2.md b/changelog/v5.0.2.md new file mode 100644 index 0000000000..94b3a33857 --- /dev/null +++ b/changelog/v5.0.2.md @@ -0,0 +1,7 @@ +# 5.0.2 + +The v5.0.1 release updates the package readme with new example projects. + +## Fixes + + * [#8332](https://github.com/openlayers/openlayers/pull/8343) - Starter projects ([@tschaub](https://github.com/tschaub)) diff --git a/package.json b/package.json index c116ae8806..4a9d6a27f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openlayers", - "version": "5.0.1", + "version": "5.0.2", "description": "OpenLayers mapping library", "keywords": [ "map", diff --git a/src/ol/package.json b/src/ol/package.json index 8a27945710..c0da2137c2 100644 --- a/src/ol/package.json +++ b/src/ol/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "5.0.1", + "version": "5.0.2", "description": "OpenLayers mapping library", "main": "index.js", "module": "index.js", @@ -11,4 +11,4 @@ "rbush": "2.0.2" }, "sideEffects": "false" -} +} \ No newline at end of file diff --git a/src/ol/util.js b/src/ol/util.js index 6aa298f705..275da317c6 100644 --- a/src/ol/util.js +++ b/src/ol/util.js @@ -52,4 +52,4 @@ export function getUid(obj) { * OpenLayers version. * @type {string} */ -export const VERSION = '5.0.1'; +export const VERSION = '5.0.2';