From b5e6f0d6c10e65a3d8996681880b8004edba8ff8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Oct 2024 09:42:18 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=201.1.0=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.1.0](https://github.com/lennybakkalian/ngx-trpc/compare/v1.0.6...v1.1.0) (2024-10-27) ### Features * add signal support for queries ([99cd87a](https://github.com/lennybakkalian/ngx-trpc/commit/99cd87a24bce458afce47d457b209c267db455a2)) * only create a macroTask when we subscribe to an observable ([2873851](https://github.com/lennybakkalian/ngx-trpc/commit/2873851a51f519da497ca24ef118e332c3dbb069)) --- dist/ngx-trpc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/ngx-trpc/package.json b/dist/ngx-trpc/package.json index 43ab256..0be6853 100644 --- a/dist/ngx-trpc/package.json +++ b/dist/ngx-trpc/package.json @@ -3,7 +3,7 @@ "author": "Lenny Bakkalian", "repository": "https://github.com/lennybakkalian/ngx-trpc", "description": "Angular integration for tRPC", - "version": "1.0.6", + "version": "1.1.0", "keywords": [ "Angular", "Trpc"