Bump version to 5.3.5

This commit is contained in:
Guilherme Gazzo 2022-12-02 18:53:33 -03:00
parent 88cb0b675e
commit 4e5eab6c89
6 changed files with 42 additions and 5 deletions

20
.github/history.json vendored
View File

@ -95734,6 +95734,26 @@
]
}
]
},
"5.3.5": {
"node_version": "14.19.3",
"npm_version": "6.14.17",
"mongo_versions": [
"4.2",
"4.4",
"5.0"
],
"pull_requests": [
{
"pr": "27435",
"title": "[FIX] Fix watch db being started on Micro Services env",
"userLogin": "ggazzo",
"milestone": "5.4.0",
"contributors": [
"ggazzo"
]
}
]
}
}
}

View File

@ -1,6 +1,23 @@
# 5.3.5
`2022-12-02 · 1 🐛 · 1 👩‍💻👨‍💻`
### Engine versions
- Node: `14.19.3`
- NPM: `6.14.17`
- MongoDB: `4.2, 4.4, 5.0`
### 🐛 Bug fixes
- Fix watch db being started on Micro Services env ([#27435](https://github.com/RocketChat/Rocket.Chat/pull/27435))
### 👩‍💻👨‍💻 Core Team 🤓
- [@ggazzo](https://github.com/ggazzo)
# 5.3.4
`2022-11-28 · 1 🐛 · 1 🔍 · 2 👩‍💻👨‍💻`
`2022-11-29 · 1 🐛 · 1 🔍 · 2 👩‍💻👨‍💻`
### Engine versions
- Node: `14.19.3`

View File

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 5.3.4
ENV RC_VERSION 5.3.5
MAINTAINER buildmaster@rocket.chat

View File

@ -1,3 +1,3 @@
{
"version": "5.3.4"
"version": "5.3.5"
}

View File

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "5.3.4",
"version": "5.3.5",
"private": true,
"author": {
"name": "Rocket.Chat",

View File

@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "5.3.4",
"version": "5.3.5",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,