diff --git a/CHANGELOG.md b/CHANGELOG.md index bc307c4..f95e2b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [2.2.1](https://github.com/gaiama/gaiama.org/compare/v2.2.0...v2.2.1) (2018-12-07) + + +### Bug Fixes + +* **VideoPlayer:** shrink button on mobile ([211e1fd](https://github.com/gaiama/gaiama.org/commit/211e1fd)) + + +### Features + +* **VideoPlayer:** add className fallback + cleanup ([d1e618f](https://github.com/gaiama/gaiama.org/commit/d1e618f)) + + + # [2.2.0](https://github.com/gaiama/gaiama.org/compare/v2.1.7...v2.2.0) (2018-12-07) diff --git a/package.json b/package.json index cabcda1..9d9cd52 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gaiama.org", "private": true, "description": "GaiAma.org website", - "version": "2.2.0", + "version": "2.2.1", "author": "Can Rau ", "license": "MIT", "homepage": "https://www.gaiama.org",