Bump version to 3.0.0-rc.10

pull/16608/head 3.0.0-rc.10
Diego Sampaio 5 years ago
parent f755295316
commit 1ea6ecea06
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 20
      .github/history.json
  3. 11
      HISTORY.md
  4. 2
      app/utils/rocketchat.info
  5. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 3.0.0-rc.9
ENV RC_VERSION 3.0.0-rc.10
MAINTAINER buildmaster@rocket.chat

@ -39686,6 +39686,26 @@
]
}
]
},
"3.0.0-rc.10": {
"node_version": "12.14.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16601",
"title": "[FIX] Bug on starting Jitsi video calls , multiple messages",
"userLogin": "ggazzo",
"contributors": [
"ggazzo",
"web-flow"
]
}
]
}
}
}

@ -1,6 +1,17 @@
# 3.0.0 (Under Release Candidate Process)
## 3.0.0-rc.10
`2020-02-14 · 1 🐛 · 1 👩💻👨💻`
### 🐛 Bug fixes
- Bug on starting Jitsi video calls , multiple messages ([#16601](https://github.com/RocketChat/Rocket.Chat/pull/16601))
### 👩💻👨💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
## 3.0.0-rc.9
`2020-02-13 · 4 🐛 · 5 🔍 · 6 👩💻👨💻`

@ -1,3 +1,3 @@
{
"version": "3.0.0-rc.9"
"version": "3.0.0-rc.10"
}

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "3.0.0-rc.9",
"version": "3.0.0-rc.10",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

Loading…
Cancel
Save