Skip to content

Commit

Permalink
Bump version to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed Dec 14, 2023
1 parent a84b3b8 commit 5a29550
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change log

## 0.5.4

### Changes

- Reduce `firebase` dependencies size by only used sub-dependencies
- Bump new dependencies to latest
- Bump `firebase-admin` from 11.11.0 to 12.0.0

## 0.5.3

### Changes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gogovega/node-red-contrib-firebase-realtime-database",
"version": "0.5.3",
"version": "0.5.4",
"description": "Node-RED nodes to communicate with Google Firebase Realtime Databases",
"main": "build/nodes/database.js",
"scripts": {
Expand Down

0 comments on commit 5a29550

Please sign in to comment.