From 71367bbd399f55b7bba1dc5a4a1478fdc4438544 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 16 Dec 2024 11:17:59 +0000 Subject: [PATCH] chore: release 2.65.3 --- .release_notes/2.65.3.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.3.md diff --git a/.release_notes/2.65.3.md b/.release_notes/2.65.3.md new file mode 100644 index 000000000..87ac5ef90 --- /dev/null +++ b/.release_notes/2.65.3.md @@ -0,0 +1,8 @@ +## [2.65.3](https://github.com/taskany-inc/issues/compare/v2.65.2...v2.65.3) (2024-12-16) + + +### Bug Fixes + +* **ExternalTasks:** correct querying criteria and goals for update ([6268689](https://github.com/taskany-inc/issues/commit/626868929c15b85e622e6294b07197830ed1092b)) +* **telemetry:** older next support ([0e84ca5](https://github.com/taskany-inc/issues/commit/0e84ca571acfb3f3e70d44a8ef849ff41308132e)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e103154..5f7a56cd3 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.3](https://github.com/taskany-inc/issues/compare/v2.65.2...v2.65.3) (2024-12-16) + + +### Bug Fixes + +* **ExternalTasks:** correct querying criteria and goals for update ([6268689](https://github.com/taskany-inc/issues/commit/626868929c15b85e622e6294b07197830ed1092b)) +* **telemetry:** older next support ([0e84ca5](https://github.com/taskany-inc/issues/commit/0e84ca571acfb3f3e70d44a8ef849ff41308132e)) + ## [2.65.2](https://github.com/taskany-inc/issues/compare/v2.65.1...v2.65.2) (2024-12-12) diff --git a/package-lock.json b/package-lock.json index 6275be21a..a147e670f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.65.2", + "version": "2.65.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.65.2", + "version": "2.65.3", "dependencies": { "@aws-sdk/client-s3": "3.675.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index bb334beb3..0f27ba7d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.65.2", + "version": "2.65.3", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 40cd3306b..964f0ce30 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.65.2 \ No newline at end of file +2.65.3 \ No newline at end of file