From 20b70161da4486077b0850dce0b17350599aa42d Mon Sep 17 00:00:00 2001 From: Simon M Date: Wed, 27 Sep 2023 00:37:01 +0100 Subject: [PATCH] chore: Release v2.1.1 --- CHANGELOG.md | 5 +++++ packages/nx-firebase/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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",