From 3c68aa33dd018bc91500d9e59157a2e3971b89ff Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Sat, 23 Mar 2024 11:40:07 +0100 Subject: [PATCH] Release 1.0.2 In this patch version, we propagate the fix from abnf-to-regex related to maximum qualifiers which had been mistakenly represented as exact repetition before. --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e4b677a..0a6cf6fc 100644 --- a/README.md +++ b/README.md @@ -944,6 +944,12 @@ The commit messages follow the guidelines from https://chris.beams.io/posts/git- ## Changelog +### 1.0.2 (2024-03-23) + +In this patch version, we propagate the fix from abnf-to-regex related +to maximum qualifiers which had been mistakenly represented as exact +repetition before. + ### 1.0.1 (2024-03-13) This patch release brings about the fix for patterns concerning dates and diff --git a/package.json b/package.json index 37289266..e65f4db5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aas-core-works/aas-core3.0-typescript", "private": false, - "version": "1.0.1", + "version": "1.0.2", "repository": { "type": "git", "url": "git+https://github.com/aas-core-works/aas-core3.0-typescript"