Skip to content

Commit

Permalink
Bump for 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed Aug 29, 2024
1 parent 90f8740 commit b7b81fa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change log

## 0.1.4

### Changes

- Bump dependencies to latest
- Removed an unnecessary `console.log` statement

## 0.1.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/firebase-config-node",
"version": "0.1.3",
"version": "0.1.4",
"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.3";
const VERSION = "0.1.4";

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

0 comments on commit b7b81fa

Please sign in to comment.