From d6816238be36da51b72b38eeacbd17ad79ac6a81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 14:10:17 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff14bdad..f971e35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.0](https://github.com/graasp/graasp-query-client/compare/v1.0.0-rc.3...v1.0.0) (2023-06-20) + + +### Features + +* handle favorite queries ([#275](https://github.com/graasp/graasp-query-client/issues/275)) ([ac63c4b](https://github.com/graasp/graasp-query-client/commit/ac63c4bf02e2ab2e5f9dda4edc1fa185e582cf43)) + + +### chore + +* update release-as ([2e9335a](https://github.com/graasp/graasp-query-client/commit/2e9335a9e3006a9e4fa42b3bfcbda23214649fa8)) + ## [1.0.0-rc.3](https://github.com/graasp/graasp-query-client/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2023-06-14) diff --git a/package.json b/package.json index b75abac8..6f624967 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graasp/query-client", - "version": "1.0.0-rc.3", + "version": "1.0.0", "workspaces": [ "example" ],