From 42854a0b05cd5abbcb50d29c886020e22be6d428 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:21:39 +0300 Subject: [PATCH] chore: release-1.67.0 (#603) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8054e210..a362a2e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.66.0", + ".": "1.67.0", "apps/backend": "1.41.3", "apps/frontend": "1.61.1", "packages/shared": "1.38.1", diff --git a/CHANGELOG.md b/CHANGELOG.md index 0105c493..62d78ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.67.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.66.0...v1.67.0) (2024-10-08) + + +### Features + +* upload statistics for the last week on each run gf-600 ([#601](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/issues/601)) ([bafc5f4](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/commit/bafc5f4aa9998dc6722d4aa57e9d0418a73ce708)) + ## [1.66.0](https://github.com/BinaryStudioAcademy/bsa-2024-gitfit/compare/v1.65.1...v1.66.0) (2024-10-08) diff --git a/package-lock.json b/package-lock.json index 359b668c..b5747f11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "git-fit", - "version": "1.66.0", + "version": "1.67.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "git-fit", - "version": "1.66.0", + "version": "1.67.0", "workspaces": [ "apps/*", "packages/*", diff --git a/package.json b/package.json index 53f2b48d..f39a17d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "git-fit", - "version": "1.66.0", + "version": "1.67.0", "type": "module", "workspaces": [ "apps/*",