geojs 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # GeoJS Change Log
2
2
 
3
+ ## Version 1.6.0
4
+
5
+ ### Changes
6
+
7
+ - Switch to webpack v5 and update build tooling ([#1132](../../issues/1132))
8
+
9
+ ### Bug Fixes
10
+
11
+ - Harden checking for optional dependencies ([#1143](../../pull/1143))
12
+
3
13
  ## Version 1.5.0
4
14
 
5
15
  ### Features