diff --git a/packages/cozy-interapp/CHANGELOG.md b/packages/cozy-interapp/CHANGELOG.md index fe7b4c6974..15c4ed610b 100644 --- a/packages/cozy-interapp/CHANGELOG.md +++ b/packages/cozy-interapp/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.9.0 (2023-11-07) + + +### Features + +* Add a `hideCross` method ([c770118](https://github.com/cozy/cozy-libs/commit/c7701185c8fa380372d66de70e978067856fe7a3)) + + + + + ## 0.8.1 (2023-07-25) diff --git a/packages/cozy-interapp/package.json b/packages/cozy-interapp/package.json index a01905b555..f1a71928bf 100644 --- a/packages/cozy-interapp/package.json +++ b/packages/cozy-interapp/package.json @@ -1,6 +1,6 @@ { "name": "cozy-interapp", - "version": "0.8.1", + "version": "0.9.0", "description": "Cozy Interapp allows applications to interact with each other and not have access to all data", "main": "dist/index.js", "author": "Cozy",