From 436f122b77b33ac78c201b50e496e65a02cdb852 Mon Sep 17 00:00:00 2001 From: Kevin Vlaanderen Date: Mon, 16 Mar 2020 16:41:59 +0100 Subject: [PATCH] 1.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09a2417..332c577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mxdocgen", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2a32cf3..5c9be7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mxdocgen", - "version": "1.2.0", + "version": "1.2.1", "description": "A small tool that mimics the documentation generation capabilities offered in Mendix Studio Pro, but with greater flexibility.\n\nIt uses the Mendix Model SDK to extract information from a Mendix model, which is then fed into a set of templates to generate the required output, such as an .html document.\nFilters can be applied to control which modules and documents should be processed.\n\nThe tool can be used as a standalone (node-based) CLI or as a library.", "keywords": [ "Mendix",