Skip to content

Commit

Permalink
chore: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AleDore committed Mar 13, 2024
1 parent eadbae3 commit b3a520b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.3.0](https://github.com/pagopa/data-indexer-commons/compare/v0.2.9...v0.3.0)

- [#IOPLT-368] Refactor DB Enrichment Datasource [`#9`](https://github.com/pagopa/data-indexer-commons/pull/9)
- hotfix: `staticValue` is permitted in `isNull` or `isUndefined` conditions [`#11`](https://github.com/pagopa/data-indexer-commons/pull/11)
- fix lint + add query selection [`819d05a`](https://github.com/pagopa/data-indexer-commons/commit/819d05a4d0001a3429aecd9b6be90f61aa7e24de)
- remove nonEmptyArray [`a437028`](https://github.com/pagopa/data-indexer-commons/commit/a43702874be981fd843fbb6fce0c370ceb8570c6)
- hotfix: staticValue is permitted in isNull or isUndefined conditions [`8f7e2a1`](https://github.com/pagopa/data-indexer-commons/commit/8f7e2a17ef1a1d2991021551ee84bc5d8acda1da)

#### [v0.2.9](https://github.com/pagopa/data-indexer-commons/compare/v0.2.8...v0.2.9)

> 12 March 2024
- hotfix: missing exported filter type [`#10`](https://github.com/pagopa/data-indexer-commons/pull/10)
- chore: release 0.2.9 [`e5e6320`](https://github.com/pagopa/data-indexer-commons/commit/e5e63205b104fd635054030af8a551a7342629cb)

#### [v0.2.8](https://github.com/pagopa/data-indexer-commons/compare/v0.2.7...v0.2.8)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/data-indexer-commons",
"version": "0.2.9",
"version": "0.3.0",
"description": "Common library for io-platform data-indexer",
"author": "IO Platform team",
"license": "MIT",
Expand Down

0 comments on commit b3a520b

Please sign in to comment.