diff --git a/.release_notes/2.46.2.md b/.release_notes/2.46.2.md new file mode 100644 index 000000000..6b8f5c78d --- /dev/null +++ b/.release_notes/2.46.2.md @@ -0,0 +1,7 @@ +## [2.46.2](https://github.com/taskany-inc/issues/compare/v2.46.1...v2.46.2) (2024-07-15) + + +### Bug Fixes + +* line start is unclikable ([8bdb294](https://github.com/taskany-inc/issues/commit/8bdb294e3d520c3d964bcafa502d4eb54c69e6fc)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b16ea078..8122c1596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/taskany-inc/issues/compare/v2.46.1...v2.46.2) (2024-07-15) + + +### Bug Fixes + +* line start is unclikable ([8bdb294](https://github.com/taskany-inc/issues/commit/8bdb294e3d520c3d964bcafa502d4eb54c69e6fc)) + ## [2.46.1](https://github.com/taskany-inc/issues/compare/v2.46.0...v2.46.1) (2024-07-09) diff --git a/package-lock.json b/package-lock.json index cb87526a5..8967fd7d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.46.1", + "version": "2.46.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.46.1", + "version": "2.46.2", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 43c1ce3cd..05841f46e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.46.1", + "version": "2.46.2", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index e0863fa3d..f7a0f8a5b 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.46.1 \ No newline at end of file +2.46.2 \ No newline at end of file