Skip to content

Commit

Permalink
build(json-sets): release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoemp committed Feb 16, 2024
1 parent c6993d0 commit 996ff72
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions libs/json-sets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).

# [0.1.0](https://github.com/IPS-LMU/octra/compare/json-sets-0.0.8...json-sets-0.1.0) (2024-02-16)


### Features

* **json-sets:** support for min, max, equal file size condition ([61d364e](https://github.com/IPS-LMU/octra/commit/61d364e8591c719b5895a5e5fa504a6f4a3d8ad9))
* **json-sets:** validation for file extensions ([eac9986](https://github.com/IPS-LMU/octra/commit/eac99866d622ebfe69b61179014db00c61b06307))
* **json-sets:** with attribute can have flexible content ([e4ad956](https://github.com/IPS-LMU/octra/commit/e4ad956e1f30d957be76c1d59e1b4927251f35b8))



## [0.0.8](https://github.com/IPS-LMU/octra/compare/json-sets-0.0.7...json-sets-0.0.8) (2023-11-24)


Expand Down
2 changes: 1 addition & 1 deletion libs/json-sets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@octra/json-sets",
"description": "library that allows to define and parse a set of objects using JSON.",
"version": "0.0.8",
"version": "0.1.0",
"license": "MIT",
"private": false,
"author": {
Expand Down

0 comments on commit 996ff72

Please sign in to comment.