diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed1d56..9f90942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.2.3](https://github.com/gaiama/gaiama.org/compare/v2.2.2...v2.2.3) (2018-12-07) + + +### Features + +* **VideoPlayer:** disable LocalStorage for now ([078c608](https://github.com/gaiama/gaiama.org/commit/078c608)) +* **VideoPlayer:** remove && for css specificity ([0539494](https://github.com/gaiama/gaiama.org/commit/0539494)) + + + ## [2.2.2](https://github.com/gaiama/gaiama.org/compare/v2.2.1...v2.2.2) (2018-12-07) diff --git a/package.json b/package.json index c5158c0..c0b4afc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gaiama.org", "private": true, "description": "GaiAma.org website", - "version": "2.2.2", + "version": "2.2.3", "author": "Can Rau ", "license": "MIT", "homepage": "https://www.gaiama.org",