diff --git a/CHANGELOG.md b/CHANGELOG.md
index 855f6ccb..a5cb8dab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+## [1.14.7] - 2021-07-02
+
+### Fixed
+- Bugfix in
+ [Container](https://chird.github.io/meteoJS/doc/module-meteoJS_modelviewer_container.Container.html)
+ if an empty variable is passed to displayVariables.
+
## [1.14.6] - 2021-06-11
### Fixed
@@ -222,8 +229,9 @@ will not work anymore, until you pass a callback to `getTimeText`.
### Fixed
- Some tests with DOM usage.
-[Unreleased]: https://github.com/chird/meteoJS/compare/v1.14.6...HEAD
-[1.14.5]: https://github.com/chird/meteoJS/compare/v1.14.5...v1.14.6
+[Unreleased]: https://github.com/chird/meteoJS/compare/v1.14.7...HEAD
+[1.14.7]: https://github.com/chird/meteoJS/compare/v1.14.6...v1.14.7
+[1.14.6]: https://github.com/chird/meteoJS/compare/v1.14.5...v1.14.6
[1.14.5]: https://github.com/chird/meteoJS/compare/v1.14.4...v1.14.5
[1.14.4]: https://github.com/chird/meteoJS/compare/v1.14.3...v1.14.4
[1.14.3]: https://github.com/chird/meteoJS/compare/v1.14.2...v1.14.3
diff --git a/doc/Modelviewer.js.html b/doc/Modelviewer.js.html
index a74ebe89..538a88fe 100644
--- a/doc/Modelviewer.js.html
+++ b/doc/Modelviewer.js.html
@@ -277,7 +277,7 @@
Source: Modelviewer.js
diff --git a/doc/RepetitiveRequests.js.html b/doc/RepetitiveRequests.js.html
index 0b63c2ca..595c66cb 100644
--- a/doc/RepetitiveRequests.js.html
+++ b/doc/RepetitiveRequests.js.html
@@ -389,7 +389,7 @@ Source: RepetitiveRequests.js
diff --git a/doc/Sounding.js.html b/doc/Sounding.js.html
index 0e161516..3341b081 100644
--- a/doc/Sounding.js.html
+++ b/doc/Sounding.js.html
@@ -277,7 +277,7 @@ Source: Sounding.js
diff --git a/doc/Synview.js.html b/doc/Synview.js.html
index c39a015c..056185f2 100644
--- a/doc/Synview.js.html
+++ b/doc/Synview.js.html
@@ -201,7 +201,7 @@ Source: Synview.js
diff --git a/doc/ThermodynamicDiagram.js.html b/doc/ThermodynamicDiagram.js.html
index 71c084a7..f9ddbb51 100644
--- a/doc/ThermodynamicDiagram.js.html
+++ b/doc/ThermodynamicDiagram.js.html
@@ -300,7 +300,7 @@ Source: ThermodynamicDiagram.js
diff --git a/doc/ThermodynamicDiagramPluggable.js.html b/doc/ThermodynamicDiagramPluggable.js.html
index 5b423611..ca10aeb4 100644
--- a/doc/ThermodynamicDiagramPluggable.js.html
+++ b/doc/ThermodynamicDiagramPluggable.js.html
@@ -231,7 +231,7 @@ Source: ThermodynamicDiagramPluggable.js
diff --git a/doc/Timeline.js.html b/doc/Timeline.js.html
index 5b8b9625..ebd281d8 100644
--- a/doc/Timeline.js.html
+++ b/doc/Timeline.js.html
@@ -896,7 +896,7 @@ Source: Timeline.js
diff --git a/doc/Tooltip.js.html b/doc/Tooltip.js.html
index 84cbd676..10f92586 100644
--- a/doc/Tooltip.js.html
+++ b/doc/Tooltip.js.html
@@ -155,7 +155,7 @@ Source: Tooltip.js
diff --git a/doc/base_Collection.js.html b/doc/base_Collection.js.html
index da78370d..bf23a2e0 100644
--- a/doc/base_Collection.js.html
+++ b/doc/base_Collection.js.html
@@ -318,7 +318,7 @@ Source: base/Collection.js
diff --git a/doc/base_Named.js.html b/doc/base_Named.js.html
index 1e345af6..3590e7bf 100644
--- a/doc/base_Named.js.html
+++ b/doc/base_Named.js.html
@@ -162,7 +162,7 @@ Source: base/Named.js
diff --git a/doc/base_NamedCollection.js.html b/doc/base_NamedCollection.js.html
index 28f082d0..726edc34 100644
--- a/doc/base_NamedCollection.js.html
+++ b/doc/base_NamedCollection.js.html
@@ -110,7 +110,7 @@ Source: base/NamedCollection.js
diff --git a/doc/base_Unique.js.html b/doc/base_Unique.js.html
index e1114d50..c827ffa2 100644
--- a/doc/base_Unique.js.html
+++ b/doc/base_Unique.js.html
@@ -83,7 +83,7 @@ Source: base/Unique.js
diff --git a/doc/base_UniqueNamed.js.html b/doc/base_UniqueNamed.js.html
index 3b7835ab..31bfdcb5 100644
--- a/doc/base_UniqueNamed.js.html
+++ b/doc/base_UniqueNamed.js.html
@@ -95,7 +95,7 @@ Source: base/UniqueNamed.js
diff --git a/doc/calc.js.html b/doc/calc.js.html
index a4cedf5b..700b89d5 100644
--- a/doc/calc.js.html
+++ b/doc/calc.js.html
@@ -523,7 +523,7 @@ Source: calc.js
diff --git a/doc/events.js.html b/doc/events.js.html
index f0099f84..bf982418 100644
--- a/doc/events.js.html
+++ b/doc/events.js.html
@@ -165,7 +165,7 @@ Source: Events.js
diff --git a/doc/external-Event.html b/doc/external-Event.html
index 4e5eb3ed..de799bab 100644
--- a/doc/external-Event.html
+++ b/doc/external-Event.html
@@ -51,7 +51,7 @@ Event
diff --git a/doc/external-HTMLElement.html b/doc/external-HTMLElement.html
index ab8db5bb..0aa89a75 100644
--- a/doc/external-HTMLElement.html
+++ b/doc/external-HTMLElement.html
@@ -51,7 +51,7 @@ HTMLElement
diff --git a/doc/external-SVG.html b/doc/external-SVG.html
index 629e12e4..3707088e 100644
--- a/doc/external-SVG.html
+++ b/doc/external-SVG.html
@@ -51,7 +51,7 @@ SVG
diff --git a/doc/external-XMLHttpRequest.html b/doc/external-XMLHttpRequest.html
index c5659930..f8037edf 100644
--- a/doc/external-XMLHttpRequest.html
+++ b/doc/external-XMLHttpRequest.html
@@ -51,7 +51,7 @@ XMLHttpRequest
diff --git a/doc/external-jQuery.html b/doc/external-jQuery.html
index ce5aa4b0..a4e2b849 100644
--- a/doc/external-jQuery.html
+++ b/doc/external-jQuery.html
@@ -51,7 +51,7 @@ jQuery
diff --git a/doc/external-momentjs.html b/doc/external-momentjs.html
index 098bc436..d7ebb1f2 100644
--- a/doc/external-momentjs.html
+++ b/doc/external-momentjs.html
@@ -51,7 +51,7 @@ momentjs
diff --git a/doc/index.html b/doc/index.html
index d548f04d..d2131e49 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -9316,7 +9316,7 @@