From 72c22adc3079e79549966af0815a188d8cb0cab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 13:20:44 +0100 Subject: [PATCH] chore(main): release 0.10.0 (#594) 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 ebb2b2fea..40a6a7c05 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.10.0](https://github.com/graasp/graasp-builder/compare/v0.9.0...v0.10.0) (2023-03-17) + + +### Features + +* add colorful headers ([#593](https://github.com/graasp/graasp-builder/issues/593)) ([41ddacb](https://github.com/graasp/graasp-builder/commit/41ddacbf382609d8914694985ce89d062f8583ca)) + ## [0.9.0](https://github.com/graasp/graasp-builder/compare/v0.8.0...v0.9.0) (2023-03-16) diff --git a/package.json b/package.json index d88906877..9eed9e019 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-builder", - "version": "0.9.0", + "version": "0.10.0", "private": true, "license": "AGPL-3.0-only", "author": "Graasp",