From 7736807fc917bf132af13ad8e249800870de83cb Mon Sep 17 00:00:00 2001 From: Thomas Profitt Date: Mon, 14 Jan 2019 21:17:54 -0600 Subject: [PATCH] Bump to 1.10.0 This version: - Fixes Matrix-to-Slack image upload - No longer sends markdown-formatted @-mention links in the plaintext body of Matrix events; instead uses plaintext username the way text-only clients traditionally have it. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 695f547..947a5af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "matrix-puppet-slack", - "version": "1.9.0", + "version": "1.10.0", "description": "", "main": "index.js", "scripts": {