diff --git a/.release_notes/2.59.0.md b/.release_notes/2.59.0.md new file mode 100644 index 000000000..e322a92ee --- /dev/null +++ b/.release_notes/2.59.0.md @@ -0,0 +1,8 @@ +## [2.59.0](https://github.com/taskany-inc/issues/compare/v2.58.3...v2.59.0) (2024-10-10) + + +### Features + +* support drag n drop ([484681c](https://github.com/taskany-inc/issues/commit/484681cc1d150d608a548b49236c62df5371ec66)) +* support drag n drop ([5170702](https://github.com/taskany-inc/issues/commit/51707023658865b02140851ae007c51a16d8bfc2)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index c55014d02..c9e403fac 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.59.0](https://github.com/taskany-inc/issues/compare/v2.58.3...v2.59.0) (2024-10-10) + + +### Features + +* support drag n drop ([484681c](https://github.com/taskany-inc/issues/commit/484681cc1d150d608a548b49236c62df5371ec66)) +* support drag n drop ([5170702](https://github.com/taskany-inc/issues/commit/51707023658865b02140851ae007c51a16d8bfc2)) + ## [2.58.3](https://github.com/taskany-inc/issues/compare/v2.58.2...v2.58.3) (2024-10-08) diff --git a/package-lock.json b/package-lock.json index 70e3b8bc3..440b2d0cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.58.3", + "version": "2.59.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.58.3", + "version": "2.59.0", "dependencies": { "@aws-sdk/client-s3": "3.621.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index 4c4707285..64d878fb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.58.3", + "version": "2.59.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index cc855ae21..83f118d8b 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.58.3 \ No newline at end of file +2.59.0 \ No newline at end of file