Updates for v5.0.2

This commit is contained in:
ahocevar
2018-07-05 00:04:32 +02:00
parent 49050063d5
commit 59c3eedbab
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -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
+7
View File
@@ -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))