From e53bc57dc479ab6349cedade79a0d4c2dd6ca2cc Mon Sep 17 00:00:00 2001 From: CanRau Date: Fri, 7 Dec 2018 04:25:17 -0500 Subject: [PATCH] chore(release): v2.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1e8fb7..bc307c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.2.0](https://github.com/gaiama/gaiama.org/compare/v2.1.7...v2.2.0) (2018-12-07) + + +### Features + +* add VideoPlayer ([94a28f1](https://github.com/gaiama/gaiama.org/commit/94a28f1)) +* **BlogPost:** add VideoPlayer ([a568eb0](https://github.com/gaiama/gaiama.org/commit/a568eb0)) +* **BlogPost:** text-align: center h1 ([99144ce](https://github.com/gaiama/gaiama.org/commit/99144ce)) +* **HomePage:** add viral video ([28fcc50](https://github.com/gaiama/gaiama.org/commit/28fcc50)) + + + ## [2.1.7](https://github.com/gaiama/gaiama.org/compare/v2.1.6...v2.1.7) (2018-12-05) diff --git a/package.json b/package.json index d641198..cabcda1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "gaiama.org", "private": true, "description": "GaiAma.org website", - "version": "2.1.7", + "version": "2.2.0", "author": "Can Rau ", "license": "MIT", "homepage": "https://www.gaiama.org",