From e318776a8cca36f0ff6e8a51e26b119173c88fca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 17:49:41 +0200 Subject: [PATCH] chore(main): release 1.1.4 (#326) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df09bbd7e..c7326ee91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.4](https://github.com/graasp/graasp-query-client/compare/v1.1.3...v1.1.4) (2023-06-29) + + +### Bug Fixes + +* action may be undefined ([#325](https://github.com/graasp/graasp-query-client/issues/325)) ([1bc993e](https://github.com/graasp/graasp-query-client/commit/1bc993e7de2967029bc0505f459a1c4437185433)) +* **deps:** update dependency qs to v6.11.2 ([#299](https://github.com/graasp/graasp-query-client/issues/299)) ([cdc1014](https://github.com/graasp/graasp-query-client/commit/cdc1014528b792b8ca18e10a2c41ddc0e18315c5)) + ## [1.1.3](https://github.com/graasp/graasp-query-client/compare/v1.1.2...v1.1.3) (2023-06-29) diff --git a/package.json b/package.json index 3f2dc4288..576fd2744 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/query-client", - "version": "1.1.3", + "version": "1.1.4", "workspaces": [ "example" ],