Skip to content

Commit

Permalink
Bump for 0.1.0 (#8)
Browse files Browse the repository at this point in the history
## Changes

- Allow Firestore nodes to use RTDB connection status
- Bump dependencies to latest

## New Features

- Add `get`, `modify` and `subscribe` methods to Firestore
  • Loading branch information
GogoVega authored Aug 14, 2024
2 parents 61e5017 + 75ef013 commit 8349d05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## 0.1.0-beta.1
## 0.1.0

### Changes

Expand All @@ -11,6 +11,6 @@

- Add `get`, `modify` and `subscribe` methods to Firestore (#6)

## 0.0.1-beta.2
## 0.0.1

Initial version
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.0-beta.1",
"version": "0.1.0",
"description": "Node-RED config node to communicate with Google Firebase",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 8349d05

Please sign in to comment.