From 860c4d16591c46b0f089ccf52c2db964d8c65d6d Mon Sep 17 00:00:00 2001 From: TriPSs Date: Thu, 13 Jul 2023 10:38:00 +0000 Subject: [PATCH] chore(firebase-hosting): release version 5.2.0 --- packages/firebase-hosting/CHANGELOG.md | 9 +++++++++ packages/firebase-hosting/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/firebase-hosting/CHANGELOG.md b/packages/firebase-hosting/CHANGELOG.md index c0c9d219..f29fa9b9 100644 --- a/packages/firebase-hosting/CHANGELOG.md +++ b/packages/firebase-hosting/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +# [5.2.0](https://github.com/TriPSs/nx-extend/compare/firebase-hosting@5.1.0...firebase-hosting@5.2.0) (2023-07-13) + + +### Features + +* **firebase-hosting:** Added support for `message` and `identifier` option ([77da899](https://github.com/TriPSs/nx-extend/commit/77da899c7913f4c1e4f158fb15dcd00bc5d0468a)) + + + # [5.1.0](https://github.com/TriPSs/nx-extend/compare/firebase-hosting@5.0.0...firebase-hosting@5.1.0) (2023-06-22) diff --git a/packages/firebase-hosting/package.json b/packages/firebase-hosting/package.json index 1e0a95ab..0de7781b 100644 --- a/packages/firebase-hosting/package.json +++ b/packages/firebase-hosting/package.json @@ -1,6 +1,6 @@ { "name": "@nx-extend/firebase-hosting", - "version": "5.1.0", + "version": "5.2.0", "homepage": "https://github.com/TriPSs/nx-extend/blob/master/packages/firebase-hosting/README.md", "bugs": { "url": "https://github.com/tripss/nx-extend/issues"