From 5dd4df215ba5f8f314b622dcf320edfed8c0a635 Mon Sep 17 00:00:00 2001 From: bohoffi Date: Sun, 25 Feb 2024 09:15:01 +0100 Subject: [PATCH] release: bump version to v2.2.0 --- libs/ngx-doc-gen/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ngx-doc-gen/package.json b/libs/ngx-doc-gen/package.json index e2f2581..475342c 100644 --- a/libs/ngx-doc-gen/package.json +++ b/libs/ngx-doc-gen/package.json @@ -1,6 +1,6 @@ { "name": "ngx-doc-gen", - "version": "2.1.1", + "version": "2.2.0", "description": "Automagically generate your Angular documentation.", "builders": "./executors.json", "executors": "./executors.json",