From bb3a306693940d2dded5fb6218e8d868fbebd827 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 21 Jun 2023 07:43:14 +0000
Subject: [PATCH] chore(main): release 1.1.0

---
 CHANGELOG.md | 7 +++++++
 package.json | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd7636a0a..320df8170 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.
 
+## [1.1.0](https://github.com/graasp/graasp-builder/compare/v1.0.0...v1.1.0) (2023-06-21)
+
+
+### Features
+
+* refactor favorite items ([#656](https://github.com/graasp/graasp-builder/issues/656)) ([589f2f6](https://github.com/graasp/graasp-builder/commit/589f2f62f77f4668b0d4ca7fda3f62cf8d46b9ad))
+
 ## [1.0.0](https://github.com/graasp/graasp-builder/compare/v0.12.0...v1.0.0) (2023-06-20)
 
 
diff --git a/package.json b/package.json
index 7d04c89b0..8d582c9f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "graasp-builder",
-  "version": "1.0.0",
+  "version": "1.1.0",
   "private": true,
   "license": "AGPL-3.0-only",
   "author": "Graasp",