Skip to content
Snippets Groups Projects
Commit 98fe6965 authored by Guilherme Gazzo's avatar Guilherme Gazzo
Browse files

Bump version to 5.1.2

parent 4a791bc8
No related branches found
No related tags found
No related merge requests found
......@@ -196,5 +196,12 @@
"contributors": [
"sampaiodiego"
]
}],
"5.1.2": [{
"title": "[FIX] Security Hotfix (https://docs.rocket.chat/guides/security/security-updates)",
"userLogin": "ggazzo",
"contributors": [
"ggazzo"
]
}]
}
......@@ -93643,6 +93643,71 @@
]
}
]
},
"4.8.5": {
"node_version": "14.18.3",
"npm_version": "6.14.15",
"mongo_versions": [
"3.6",
"4.0",
"4.2",
"4.4",
"5.0"
],
"pull_requests": []
},
"5.0.6": {
"node_version": "14.19.3",
"npm_version": "6.14.17",
"mongo_versions": [
"4.2",
"4.4",
"5.0"
],
"pull_requests": []
},
"5.1.2": {
"node_version": "14.19.3",
"npm_version": "6.14.17",
"mongo_versions": [
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "26776",
"title": "[FIX] Livechat trigger messages covering all the website",
"userLogin": "tiagoevanp",
"milestone": "5.1.1",
"contributors": [
"tiagoevanp",
"kodiakhq[bot]",
"web-flow"
]
},
{
"pr": "26808",
"title": "[FIX] Restore current chats default table order",
"userLogin": "MartinSchoeler",
"milestone": "5.1.1",
"contributors": [
"MartinSchoeler",
"kodiakhq[bot]",
"web-flow"
]
},
{
"pr": "26819",
"title": "[FIX] Fix broken legacy message view",
"userLogin": "hugocostadev",
"description": "Fixed `messagesHistory` function, it was filtering messages only with existing threads.",
"milestone": "5.1.1",
"contributors": [
"hugocostadev"
]
}
]
}
}
}
\ No newline at end of file
This diff is collapsed.
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 5.1.1
ENV RC_VERSION 5.1.2
MAINTAINER buildmaster@rocket.chat
......
{
"version": "5.1.1"
"version": "5.1.2"
}
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "5.1.1",
"version": "5.1.2",
"private": true,
"author": {
"name": "Rocket.Chat",
......
{
"name": "rocket.chat",
"version": "5.1.1",
"version": "5.1.2",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment