From dca759a5e00c439d638b156884831f8c4cc96bae Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Tue, 20 Jun 2017 10:02:10 +0100 Subject: [PATCH 1/2] Bump version 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fe0bd6117..c2b58b112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "talk", - "version": "2.0.1", + "version": "2.1.0", "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "scripts": { From ea12c07cd457d936ba6913210f76e4ee12d5315f Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Tue, 20 Jun 2017 10:29:39 +0100 Subject: [PATCH 2/2] Update README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70dfc61c4..4ea9ff0e4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,17 @@ endpoint when the server is running with built assets. ## Contributing to Talk -See our [Contribution Guide](https://github.com/coralproject/talk/blob/master/CONTRIBUTING.md)! +See our [Contribution Guide](https://github.com/coralproject/talk/blob/master/CONTRIBUTING.md). + +## Documentation + +### General + +See our [Talk Documentation & Guides](https://coralproject.github.io/talk/index.html). + +### Plugins + +See our guide to using and building [Talk Plugins](https://github.com/coralproject/talk/blob/master/PLUGINS.md). ## Usage