Skip to content

Commit

Permalink
Bump for 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed Feb 23, 2025
1 parent bcd3a6f commit d543396
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## 0.2.2

### Changes

- Allow `statusListener` to accept node instance instead of id (#19)
- Bump dependencies to latest

### Enhances

- Allow UI to set the RTDB `defaultWriteSizeLimit` setting (#18)

## 0.2.1

### 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/firebase-config-node",
"version": "0.2.1",
"version": "0.2.2",
"description": "Node-RED config node to communicate with Google Firebase",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/nodes/firebase-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { getDatabaseSettings, updateDatabaseSettings } from "../lib/nodes/rtdb-s
import { FirebaseClient } from "../lib/nodes/firebase-client";
import { Config, ConfigNode } from "../lib/nodes/types";

const VERSION = "0.2.1";
const VERSION = "0.2.2";

export default async function (RED: NodeAPI) {
/**
Expand Down

0 comments on commit d543396

Please sign in to comment.