Skip to content

Commit

Permalink
Bump for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed Aug 17, 2024
1 parent 518e6aa commit cc5d5d4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 0.1.2

### Fixes

- Fix Promise resolution when closing the Config Node (#10)

## 0.1.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.1.1",
"version": "0.1.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 @@ -18,7 +18,7 @@ import { NodeAPI } from "node-red";
import { FirebaseClient } from "../lib/nodes/firebase-client";
import { Config, ConfigNode } from "../lib/nodes/types";

const VERSION = "0.1.1";
const VERSION = "0.1.2";

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

0 comments on commit cc5d5d4

Please sign in to comment.