From 7e20ecd39be347002c8b25cb809002ee13b88d7a Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Tue, 16 Apr 2024 19:55:08 +0200 Subject: [PATCH] Release 1.0.3 (#28) The `dataSpecification` field in `EmbeddedDataSpecification` is made optional, according to the book. --- README.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a6cf6fc..449bd7dd 100644 --- a/README.md +++ b/README.md @@ -944,6 +944,11 @@ The commit messages follow the guidelines from https://chris.beams.io/posts/git- ## Changelog +### 1.0.3 (2024-04-16) + +The `dataSpecification` field in `EmbeddedDataSpecification` is made +optional, according to the book. + ### 1.0.2 (2024-03-23) In this patch version, we propagate the fix from abnf-to-regex related diff --git a/package.json b/package.json index e65f4db5..a3b623e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@aas-core-works/aas-core3.0-typescript", "private": false, - "version": "1.0.2", + "version": "1.0.3", "repository": { "type": "git", "url": "git+https://github.com/aas-core-works/aas-core3.0-typescript"