diff --git a/libs/json-sets/CHANGELOG.md b/libs/json-sets/CHANGELOG.md index f3523b6e7..90d7dad3e 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.1](https://github.com/IPS-LMU/octra/compare/json-sets-0.1.0...json-sets-0.1.1) (2024-02-16) + + +### Features + +* **json-sets:** add attribute "namePattern" for file name validation ([5f29025](https://github.com/IPS-LMU/octra/commit/5f290255a05dc11e41bfdba795bb9ad871719446)) + + + # [0.1.0](https://github.com/IPS-LMU/octra/compare/json-sets-0.0.8...json-sets-0.1.0) (2024-02-16) diff --git a/libs/json-sets/package.json b/libs/json-sets/package.json index 656efa4fb..37e4d33ca 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.0", + "version": "0.1.1", "license": "MIT", "private": false, "author": {