From f937836018d48345644732116ddd26c7be19c597 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 16:38:10 +0200 Subject: [PATCH] chore(main): release 2.28.0 (#1291) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34072bc76..61d23ce6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,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.28.0](https://github.com/graasp/graasp-builder/compare/v2.27.0...v2.28.0) (2024-06-13) + + +### Features + +* restrict publication to folders only ([#1284](https://github.com/graasp/graasp-builder/issues/1284)) ([9c737dd](https://github.com/graasp/graasp-builder/commit/9c737dd7c448860f8368a0e22d1a8e17d763e331)) + ## [2.27.0](https://github.com/graasp/graasp-builder/compare/v2.26.0...v2.27.0) (2024-06-13) diff --git a/package.json b/package.json index b97fe03d2..ba0185839 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "2.27.0", + "version": "2.28.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",