From cc21f30b098582524d6fab1fe12c6530c4d46dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20P=C3=B6mp?= Date: Mon, 19 Feb 2024 14:53:43 +0100 Subject: [PATCH] build(json-sets): release version 0.1.2 --- libs/json-sets/CHANGELOG.md | 9 +++++++++ libs/json-sets/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/libs/json-sets/CHANGELOG.md b/libs/json-sets/CHANGELOG.md index 90d7dad3e..f2979f6ab 100644 --- a/libs/json-sets/CHANGELOG.md +++ b/libs/json-sets/CHANGELOG.md @@ -2,6 +2,15 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver). +## [0.1.2](https://github.com/IPS-LMU/octra/compare/json-sets-0.1.1...json-sets-0.1.2) (2024-02-19) + + +### Features + +* **json-sets:** show description as error message instead of logical error ([63acb0b](https://github.com/IPS-LMU/octra/commit/63acb0b971c4ccd8900a1d4b3a9674c8772917f4)) + + + ## [0.1.1](https://github.com/IPS-LMU/octra/compare/json-sets-0.1.0...json-sets-0.1.1) (2024-02-16) diff --git a/libs/json-sets/package.json b/libs/json-sets/package.json index 37e4d33ca..8326c636d 100644 --- a/libs/json-sets/package.json +++ b/libs/json-sets/package.json @@ -1,7 +1,7 @@ { "name": "@octra/json-sets", "description": "library that allows to define and parse a set of objects using JSON.", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "private": false, "author": {