From 8291533c86e800ab75cc63062d2501b27f16b0e6 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Thu, 18 Jul 2024 15:55:57 +0000 Subject: [PATCH] chore: release 2.46.3 --- .release_notes/2.46.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.46.3.md diff --git a/.release_notes/2.46.3.md b/.release_notes/2.46.3.md new file mode 100644 index 000000000..a75b84d28 --- /dev/null +++ b/.release_notes/2.46.3.md @@ -0,0 +1,8 @@ +## [2.46.3](https://github.com/taskany-inc/issues/compare/v2.46.2...v2.46.3) (2024-07-18) + + +### Bug Fixes + +* **CommentView:** disable edit comment on double-click ([251f1de](https://github.com/taskany-inc/issues/commit/251f1de66018d8a6bfde53cf15ba273353987944)) +* **worker:** update build settings to recommended for node20 ([fe4ad14](https://github.com/taskany-inc/issues/commit/fe4ad14c5dc96cb66859e9da74e6a47dfd757fa8)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 8122c1596..70a98336b 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.46.3](https://github.com/taskany-inc/issues/compare/v2.46.2...v2.46.3) (2024-07-18) + + +### Bug Fixes + +* **CommentView:** disable edit comment on double-click ([251f1de](https://github.com/taskany-inc/issues/commit/251f1de66018d8a6bfde53cf15ba273353987944)) +* **worker:** update build settings to recommended for node20 ([fe4ad14](https://github.com/taskany-inc/issues/commit/fe4ad14c5dc96cb66859e9da74e6a47dfd757fa8)) + ## [2.46.2](https://github.com/taskany-inc/issues/compare/v2.46.1...v2.46.2) (2024-07-15) diff --git a/package-lock.json b/package-lock.json index 8967fd7d2..cae43db68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.46.2", + "version": "2.46.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.46.2", + "version": "2.46.3", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 05841f46e..8e108009b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.46.2", + "version": "2.46.3", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index f7a0f8a5b..b9bcb77fb 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.46.2 \ No newline at end of file +2.46.3 \ No newline at end of file