mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
Bump version to 6.2.1
This commit is contained in:
parent
3932eb557e
commit
caff550421
22
HISTORY.md
22
HISTORY.md
@ -1,3 +1,25 @@
|
||||
# 6.2.1
|
||||
|
||||
`2023-05-17 · 1 🔍 · 1 👩💻👨💻`
|
||||
|
||||
### Engine versions
|
||||
- Node: `14.21.3`
|
||||
- NPM: `6.14.17`
|
||||
- MongoDB: `4.4, 5.0, 6.0`
|
||||
- Apps-Engine: `1.39.1`
|
||||
|
||||
<details>
|
||||
<summary>🔍 Minor changes</summary>
|
||||
|
||||
|
||||
- Bump apps engine and vm2 ([#29262](https://github.com/RocketChat/Rocket.Chat/pull/29262))
|
||||
|
||||
</details>
|
||||
|
||||
### 👩💻👨💻 Core Team 🤓
|
||||
|
||||
- [@AllanPazRibeiro](https://github.com/AllanPazRibeiro)
|
||||
|
||||
# 6.2.0
|
||||
|
||||
`2023-05-15 · 9 🎉 · 2 🚀 · 80 🐛 · 290 🔍 · 56 👩💻👨💻`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
FROM registry.access.redhat.com/ubi8/nodejs-12
|
||||
|
||||
ENV RC_VERSION 6.2.0
|
||||
ENV RC_VERSION 6.2.1
|
||||
|
||||
MAINTAINER buildmaster@rocket.chat
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
{
|
||||
"version": "6.2.0"
|
||||
"version": "6.2.1"
|
||||
}
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@rocket.chat/meteor",
|
||||
"description": "The Ultimate Open Source WebChat Platform",
|
||||
"version": "6.2.0",
|
||||
"version": "6.2.1",
|
||||
"private": true,
|
||||
"author": {
|
||||
"name": "Rocket.Chat",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rocket.chat",
|
||||
"version": "6.2.0",
|
||||
"version": "6.2.1",
|
||||
"description": "Rocket.Chat Monorepo",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user