From 3f2a9f2a8dd33bf6a73fae6c26041952280205a1 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 5 Dec 2024 09:55:02 +0000 Subject: [PATCH] chore: release 2.65.1 --- .release_notes/2.65.1.md | 8 ++++++++ CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .release_notes/2.65.1.md diff --git a/.release_notes/2.65.1.md b/.release_notes/2.65.1.md new file mode 100644 index 000000000..ba37a18c0 --- /dev/null +++ b/.release_notes/2.65.1.md @@ -0,0 +1,8 @@ +## [2.65.1](https://github.com/taskany-inc/issues/compare/v2.65.0...v2.65.1) (2024-12-05) + + +### Bug Fixes + +* **INTERNAL-1384:** linking jira tasks ([5b2252e](https://github.com/taskany-inc/issues/commit/5b2252eb709f20f7edc6655101e94392f6ffc19b)) +* **INTERNAL-1408:** fix query for parntership projects ([fbf14ae](https://github.com/taskany-inc/issues/commit/fbf14ae543b94dd183288baa2557060fb666fb08)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 185f96084..60aa297ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines. +## [2.65.1](https://github.com/taskany-inc/issues/compare/v2.65.0...v2.65.1) (2024-12-05) + + +### Bug Fixes + +* **INTERNAL-1384:** linking jira tasks ([5b2252e](https://github.com/taskany-inc/issues/commit/5b2252eb709f20f7edc6655101e94392f6ffc19b)) +* **INTERNAL-1408:** fix query for parntership projects ([fbf14ae](https://github.com/taskany-inc/issues/commit/fbf14ae543b94dd183288baa2557060fb666fb08)) + ## [2.65.0](https://github.com/taskany-inc/issues/compare/v2.64.0...v2.65.0) (2024-11-28) diff --git a/package-lock.json b/package-lock.json index 828c2ac73..2e9c6ed48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.65.0", + "version": "2.65.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.65.0", + "version": "2.65.1", "dependencies": { "@aws-sdk/client-s3": "3.675.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 74d284025..2eab1fbe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.65.0", + "version": "2.65.1", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index dbdd4f387..a7f105348 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.65.0 \ No newline at end of file +2.65.1 \ No newline at end of file