chore(release): 6.6.3 [skip ci]

## [6.6.3](https://git.datacontroller.io/dc/dc/compare/v6.6.2...v6.6.3) (2024-02-26)

### Bug Fixes

* allow empty clause value when NE or CONTAINS ([432450a](432450a15b))
This commit is contained in:
semantic-release-bot
2024-02-26 14:17:24 +00:00
parent 9a0b9573d5
commit 5171d07441
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## [6.6.3](https://git.datacontroller.io/dc/dc/compare/v6.6.2...v6.6.3) (2024-02-26)
### Bug Fixes
* allow empty clause value when NE or CONTAINS ([432450a](https://git.datacontroller.io/dc/dc/commit/432450a15b51a269821ba1d430854f5d1dd04703))
## [6.6.2](https://git.datacontroller.io/dc/dc/compare/v6.6.1...v6.6.2) (2024-02-22)

View File

@@ -1,6 +1,6 @@
{
"name": "dcfrontend",
"version": "6.6.2",
"version": "6.6.3",
"description": "Data Controller",
"devDependencies": {
"@saithodev/semantic-release-gitea": "^2.1.0",