diff --git a/CHANGELOG.md b/CHANGELOG.md index b0c12f1..e5b9b6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. This plugin was completely rewritten since V2.x to use esbuild for bundling cloud functions. For documentation of the legacy v1.x plugin version see [here](https://github.com/simondotm/nx-firebase/tree/release/v1.1.0). - [@simondotm/nx-firebase Changelog](#simondotmnx-firebase-changelog) + - [v2.1.1](#v211) - [v2.1.0](#v210) - [v2.0.0](#v200) - [v2.0.0-beta.1](#v200-beta1) @@ -22,6 +23,10 @@ This plugin was completely rewritten since V2.x to use esbuild for bundling clou - [v0.2.3](#v023) - [v0.2.2 - Initial Release](#v022---initial-release) +## v2.1.1 + +* Fix issues in the v2.1.0 release + ## v2.1.0 * Added support for [environment variables](docs/nx-firebase-functions-environment.md) diff --git a/packages/nx-firebase/package.json b/packages/nx-firebase/package.json index 2735b76..e69ebba 100644 --- a/packages/nx-firebase/package.json +++ b/packages/nx-firebase/package.json @@ -1,6 +1,6 @@ { "name": "@simondotm/nx-firebase", - "version": "2.1.0", + "version": "2.1.1", "description": "A Firebase plugin for Nx monorepo workspaces.", "author": "Simon Morris", "license": "MIT",