From bdf7f6b3fc6fa525d3b5892566735eee6a7c8cd8 Mon Sep 17 00:00:00 2001 From: jenkins-hypothesis Date: Thu, 8 Nov 2018 13:10:31 +0000 Subject: [PATCH] v1.104.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc396329bf..f33f79407bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Entries in this change log follow the format suggested at http://keepachangelog. # Change Log +## [1.104.0] - 2018-11-08 + +### Changed + +- Rewrite used parts of stream-filter.coffee in JS + [#803](https://api.github.com/repos/hypothesis/client/pulls/803) + +- Disable CoffeeScript support when building sidebar application + [#811](https://api.github.com/repos/hypothesis/client/pulls/811) + + ## [1.103.0] - 2018-11-08 ### Changed diff --git a/package.json b/package.json index f91e5b61e3f..4743607a7fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hypothesis", - "version": "1.103.0", + "version": "1.104.0", "description": "Annotate with anyone, anywhere.", "license": "BSD-2-Clause", "homepage": "https://hypothes.is",