From 9ebc16d762ec3f448db12d44d029742229106d82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 22:19:58 +0100 Subject: [PATCH] chore(main): release 0.6.0 (#558) 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 685d12ea6..f06f93b92 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. +## [0.6.0](https://github.com/graasp/graasp-builder/compare/v0.5.0...v0.6.0) (2023-02-16) + + +### Features + +* add platform switch to builder ([#544](https://github.com/graasp/graasp-builder/issues/544)) ([c48a40f](https://github.com/graasp/graasp-builder/commit/c48a40fa67a6273143d2e6e07accb687fd76cffb)) + ## [0.5.0](https://github.com/graasp/graasp-builder/compare/v0.4.2...v0.5.0) (2023-02-14) diff --git a/package.json b/package.json index 196e517d7..d38e20fab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "0.5.0", + "version": "0.6.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp Association",