Skip to content

Commit

Permalink
Bump version to 5.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Apr 13, 2023
1 parent ba28b8f commit 8007be1
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
26 changes: 26 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@

# 5.4.6
`2023-04-12 · 2 🔍 · 2 👩‍💻👨‍💻`

### Engine versions
- Node: `14.19.3`
- NPM: `6.14.17`
- MongoDB: `4.2, 4.4, 5.0`

<details>
<summary>🔍 Minor changes</summary>


- Bump apps-engine to v1.36.1 ([#28887](https://github.com/RocketChat/Rocket.Chat/pull/28887))

- Upgrade `vm2` ([#28860](https://github.com/RocketChat/Rocket.Chat/pull/28860))

It patches `vm2`.

</details>

### 👩‍💻👨‍💻 Core Team 🤓

- [@tapiarafael](https://github.com/tapiarafael)
- [@tassoevan](https://github.com/tassoevan)


# 5.4.5
`2023-03-16 · 1 🐛 · 2 🔍 · 2 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/.docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12

ENV RC_VERSION 5.4.5
ENV RC_VERSION 5.4.6

MAINTAINER buildmaster@rocket.chat

Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "5.4.5"
"version": "5.4.6"
}
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "5.4.5",
"version": "5.4.6",
"private": true,
"author": {
"name": "Rocket.Chat",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "5.4.5",
"version": "5.4.6",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,
Expand Down

0 comments on commit 8007be1

Please sign in to comment.