From ad1e2933702f9ee6b894a2b4c51a83dde21786cd Mon Sep 17 00:00:00 2001 From: AleDore Date: Fri, 15 Mar 2024 16:02:28 +0100 Subject: [PATCH] chore: release 0.3.3 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c85da..6aba153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,19 @@ 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.3](https://github.com/pagopa/data-indexer-commons/compare/v0.3.2...v0.3.3) + +- chore: Adds the filter type attribute to DataFilter model [`#13`](https://github.com/pagopa/data-indexer-commons/pull/13) +- apply suggestion from review [`94dfe00`](https://github.com/pagopa/data-indexer-commons/commit/94dfe00f13b3627cfac84c4908a701845eea702b) +- fix tests [`0e2ba7f`](https://github.com/pagopa/data-indexer-commons/commit/0e2ba7f590adabbe718ae3739bfcebb5ad0854b5) +- hotfix: fix enrichment tests [`8cf116d`](https://github.com/pagopa/data-indexer-commons/commit/8cf116deb202fb9c46b32c0582ff48bb6c9989d2) + #### [v0.3.2](https://github.com/pagopa/data-indexer-commons/compare/v0.3.1...v0.3.2) +> 15 March 2024 + - hotfix: enrichment [`13e4cb4`](https://github.com/pagopa/data-indexer-commons/commit/13e4cb4df753acff3c90a4444021dd6390b428d0) +- chore: release 0.3.2 [`250f9e5`](https://github.com/pagopa/data-indexer-commons/commit/250f9e55fb63c03200b2c43796134c5d81a9afbb) #### [v0.3.1](https://github.com/pagopa/data-indexer-commons/compare/v0.3.0...v0.3.1) diff --git a/package.json b/package.json index 3a8fa0a..50a7464 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/data-indexer-commons", - "version": "0.3.2", + "version": "0.3.3", "description": "Common library for io-platform data-indexer", "author": "IO Platform team", "license": "MIT",