From 46371d69ce04cb021dec1deeb2a7bf03bfca3b97 Mon Sep 17 00:00:00 2001 From: Alex Pshul Date: Mon, 7 Oct 2024 20:20:57 -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 941b5d7..785a892 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.5", + "version": "1.1.6", "main": "src/index.js", "repository": "https://github.com/AlexPshul/nxazure", "license": "MIT",