diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed919c386..ceb9100f8f 100644 --- a/CHANGELOG.md +++ b/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. +# [49.5.0](https://github.com/cozy/cozy-client/compare/v49.4.0...v49.5.0) (2024-10-14) + + +### Features + +* Add PouchDB API endpoints ([e2d4187](https://github.com/cozy/cozy-client/commit/e2d4187e0cd598ee8321085cd7ab151c16c881e3)) + + + + + # [49.4.0](https://github.com/cozy/cozy-client/compare/v49.3.1...v49.4.0) (2024-10-14) diff --git a/lerna.json b/lerna.json index a2bcced43e..67c8acd2f4 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "49.4.0", + "version": "49.5.0", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/cozy-pouch-link/CHANGELOG.md b/packages/cozy-pouch-link/CHANGELOG.md index fa5cecba31..8b4b7badbe 100644 --- a/packages/cozy-pouch-link/CHANGELOG.md +++ b/packages/cozy-pouch-link/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. +# [49.5.0](https://github.com/cozy/cozy-client/compare/v49.4.0...v49.5.0) (2024-10-14) + + +### Features + +* Add PouchDB API endpoints ([e2d4187](https://github.com/cozy/cozy-client/commit/e2d4187e0cd598ee8321085cd7ab151c16c881e3)) + + + + + # [49.4.0](https://github.com/cozy/cozy-client/compare/v49.3.1...v49.4.0) (2024-10-14) **Note:** Version bump only for package cozy-pouch-link diff --git a/packages/cozy-pouch-link/package.json b/packages/cozy-pouch-link/package.json index 9722ad2ce8..e3930f7478 100644 --- a/packages/cozy-pouch-link/package.json +++ b/packages/cozy-pouch-link/package.json @@ -1,6 +1,6 @@ { "name": "cozy-pouch-link", - "version": "49.4.0", + "version": "49.5.0", "license": "MIT", "main": "dist/index.js", "types": "types/index.d.ts",