Skip to content

Commit

Permalink
v0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
simondotm committed Jun 19, 2021
1 parent b075d27 commit 10c6c3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/nx-firebase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ Supports:
* Use of Nx buildable node libraries in Firebase functions
* Nx dependency checking for builds
* Building functions with `tsc` `--watch` mode
* Convenience Nx `deploy` and `serve` targets for functions
* Firebase Emulators
* Convenience Nx `getconfig` target to fetch remote firebase functions configuration variables to local `.runtimeconfig.json` file
* Convenience Nx `deploy`, `emulate`, and `serve` targets for functions

Additionally:
* Auto generates Firebase functions `package.json` ready for no fuss deployment using the Firebase CLI
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@simondotm/nx-firebase",
"version": "0.3.2",
"version": "0.3.3",
"description": "A Firebase plugin for Nx monorepo workspaces.",
"author": "Simon Morris",
"license": "MIT",
Expand Down

0 comments on commit 10c6c3a

Please sign in to comment.