From 6cbb128768736ca862aa1345341a9b4ada341657 Mon Sep 17 00:00:00 2001 From: Alex Pshul Date: Mon, 14 Oct 2024 21:46:07 -0400 Subject: [PATCH] Version bump --- packages/func/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/func/package.json b/packages/func/package.json index 785a892..39163c7 100644 --- a/packages/func/package.json +++ b/packages/func/package.json @@ -2,7 +2,7 @@ "name": "@nxazure/func", "author": "Alex Pshul", "description": "Nx plugin for Azure Functions to initialize, create, build, run and publish Azure Functions inside your NX workspace.", - "version": "1.1.6", + "version": "1.2.0", "main": "src/index.js", "repository": "https://github.com/AlexPshul/nxazure", "license": "MIT",