From b27a7d580776bbb8484f7eb8277af5ddc1e2e4e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 15:03:42 +0000 Subject: [PATCH] chore(main): release 2.0.5 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb6e8b0..212dd913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.0.5](https://github.com/graasp/graasp-apps-query-client/compare/v2.0.4...v2.0.5) (2023-09-13) + + +### Bug Fixes + +* miragejs returns empty arrays ([#172](https://github.com/graasp/graasp-apps-query-client/issues/172)) ([5beff49](https://github.com/graasp/graasp-apps-query-client/commit/5beff49951b5e1e449aa67a9e8b53f2c98c9af9a)) + ## [2.0.4](https://github.com/graasp/graasp-apps-query-client/compare/v2.0.3...v2.0.4) (2023-09-11) diff --git a/package.json b/package.json index 63c3321d..83045e96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/apps-query-client", - "version": "2.0.4", + "version": "2.0.5", "description": "Query client repository for Graasp apps", "main": "./dist/index.cjs.js", "module": "./dist/index.es.js",