From b90a5fd65aa55272fedb4dde92aee4942b274f30 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:54:40 +0200 Subject: [PATCH] chore(main): release 1.0.0-rc.1 (#49) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64fb73d..2db363ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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.0.0-rc.1](https://github.com/graasp/graasp-app-task-management/compare/v0.3.0...v1.0.0-rc.1) (2023-06-08) + + +### ⚠ BREAKING CHANGES + +* apply changes for typeorm ([#48](https://github.com/graasp/graasp-app-task-management/issues/48)) + +### Features + +* apply changes for typeorm ([#48](https://github.com/graasp/graasp-app-task-management/issues/48)) ([a49cd49](https://github.com/graasp/graasp-app-task-management/commit/a49cd49d7891884ec6094d089a7cb4c32c1d27f2)) + + +### chore + +* release 1.0.0-rc.1 ([6809926](https://github.com/graasp/graasp-app-task-management/commit/680992648b57f3b98bf5fbeccc51cefcbf7122c5)) + ## [0.3.0](https://github.com/graasp/graasp-app-task-management/compare/v0.2.2...v0.3.0) (2023-01-10) diff --git a/package.json b/package.json index 587247e0..61d8517e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "task-app", - "version": "0.3.0", + "version": "1.0.0-rc.1", "private": true, "homepage": ".", "license": "AGPL-3.0-only",