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",