Skip to content

Commit

Permalink
chore(main): release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 28, 2023
1 parent 53fdba7 commit 4db202b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [3.2.0](https://github.com/graasp/graasp-apps-query-client/compare/v3.1.0...v3.2.0) (2023-11-28)


### Features

* ensure to store array in setQueryData of post data and setting ([#210](https://github.com/graasp/graasp-apps-query-client/issues/210)) ([fad7b6f](https://github.com/graasp/graasp-apps-query-client/commit/fad7b6f74de0188d91f0a99bd1a1ed7b62a85883))


### Bug Fixes

* pass mock context when resetting the DB ([#207](https://github.com/graasp/graasp-apps-query-client/issues/207)) ([07847b8](https://github.com/graasp/graasp-apps-query-client/commit/07847b894cf34dd60b5817e72a1b48665b2d6915))
* update chatbot to be a query-client ([#199](https://github.com/graasp/graasp-apps-query-client/issues/199)) ([53fdba7](https://github.com/graasp/graasp-apps-query-client/commit/53fdba746423d662ea2a5f075403f0a670eb5d7f))

## [3.1.0](https://github.com/graasp/graasp-apps-query-client/compare/v3.0.0...v3.1.0) (2023-11-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graasp/apps-query-client",
"version": "3.1.0",
"version": "3.2.0",
"description": "Query client repository for Graasp apps",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
Expand Down

0 comments on commit 4db202b

Please sign in to comment.