From 6e39374850c5c3b4cd47f70fbdd3790b0aa1c526 Mon Sep 17 00:00:00 2001 From: Alex Pshul Date: Thu, 7 Nov 2024 00:22:46 -0500 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 4c60489..ebf0d0b 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.2.0", + "version": "1.2.1", "main": "src/index.js", "repository": "https://github.com/AlexPshul/nxazure", "license": "MIT",