Skip to content

Commit

Permalink
Bump for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GogoVega committed Feb 3, 2025
1 parent 54e268f commit 454f0b3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 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.1.1

### Changes

- Bump `@gogovega/firebase-config-node` from 0.2.0 to 0.2.1
- Do not call signout if app initialization failed ([#15](https://github.com/GogoVega/Firebase-Config-Node/pull/15))
- Fix bad Query object returned by applyQueryConstraints ([#16](https://github.com/GogoVega/Firebase-Config-Node/pull/16))

## 0.1.0

### Breaking 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-cloud-firestore",
"version": "0.1.0",
"version": "0.1.1",
"description": "Node-RED nodes to communicate with Google Cloud Firestore",
"main": "build/nodes/firestore-in.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { NodeAPI } from "node-red";
*
* @internal
*/
const requiredVersion = [0, 2, 0];
const requiredVersion = [0, 2, 1];

/**
* Cache system to not read files multiple times.
Expand Down

0 comments on commit 454f0b3

Please sign in to comment.