diff --git a/.circleci/config.yml b/.circleci/config.yml index 622fa7d28e97..f398a7e2cdde 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -274,8 +274,7 @@ workflows: - test-without-oplog filters: branches: - only: - - develop + only: develop tags: - only: - - "/^\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$/" + only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/ + diff --git a/HISTORY.md b/HISTORY.md index dbdf81d32775..7a361a4d93c1 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,13 @@ + +## 0.59.4 (2017-11-28) + +### Bug Fixes + +- [#8413](https://github.com/RocketChat/Rocket.Chat/pull/8413) Store Outgoing Integration Result as String in Mongo +- [#8753](https://github.com/RocketChat/Rocket.Chat/pull/8753) Fix Channel settings buttons + + + ## 0.59.3 (2017-10-29) diff --git a/packages/rocketchat-livechat/app/package-lock.json b/packages/rocketchat-livechat/app/package-lock.json index 271d169de205..1c2c13918a82 100644 --- a/packages/rocketchat-livechat/app/package-lock.json +++ b/packages/rocketchat-livechat/app/package-lock.json @@ -744,6 +744,13 @@ "safe-buffer": "5.1.1" } }, + "string_decoder": { + "version": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", + "requires": { + "safe-buffer": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz" + } + }, "stringstream": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",