diff --git a/.release_notes/2.60.0.md b/.release_notes/2.60.0.md new file mode 100644 index 000000000..0df3c6ccd --- /dev/null +++ b/.release_notes/2.60.0.md @@ -0,0 +1,21 @@ +## [2.60.0](https://github.com/taskany-inc/issues/compare/v2.59.1...v2.60.0) (2024-10-18) + + +### Features + +* **1165:** implements scheduled update task states jobs ([8d8ecf9](https://github.com/taskany-inc/issues/commit/8d8ecf99bf2b3c99e20e6ce8cf373a2e4d7832e4)) +* **INTERNAL-1208:** update deps ([e0c1541](https://github.com/taskany-inc/issues/commit/e0c1541e9d9f5518c6e975c5890cda791ae5ee40)) + + +### Bug Fixes + +* **1165:** beautify api for score calculator ([43655a9](https://github.com/taskany-inc/issues/commit/43655a999f85f4b2717f304656b1194b9c4de823)) +* **1165:** correct condition for cron job runs ([bddcffe](https://github.com/taskany-inc/issues/commit/bddcffe5f1f6c9b407488e243d125139dc1c7069)) +* **1165:** manually task status check ([9ced0a4](https://github.com/taskany-inc/issues/commit/9ced0a4dbfb9ddb30611af05aa91eac272b99988)) +* **1165:** unify utility code ([7d93d51](https://github.com/taskany-inc/issues/commit/7d93d51bbd9b0e7f5cf3a7e8b7fe7a3a6f28c856)) +* **INTERNAL-1164:** hide projects that have goals in nested projects ([c983093](https://github.com/taskany-inc/issues/commit/c983093277822033974cfe412ecf3fe54517b39a)) +* **INTERNAL-1185:** use new project query for settings page ([fbaf6f4](https://github.com/taskany-inc/issues/commit/fbaf6f464bddbdab09fba25398a78e669060e5e5)) +* **INTERNAL-1185:** use new project query for teams page ([646d8ec](https://github.com/taskany-inc/issues/commit/646d8ec09efdf4ac9b30d10fbe7cf6c1691a300f)) +* **INTERNAL-1236:** return comments submit ([a0ab771](https://github.com/taskany-inc/issues/commit/a0ab77150404380b4e191cd22ca1b492425c6ae1)) +* project access ([d9f9b34](https://github.com/taskany-inc/issues/commit/d9f9b34ba3cca3b10c378ed3d7249218201db1c5)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c222f7d..5063dcdab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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.60.0](https://github.com/taskany-inc/issues/compare/v2.59.1...v2.60.0) (2024-10-18) + + +### Features + +* **1165:** implements scheduled update task states jobs ([8d8ecf9](https://github.com/taskany-inc/issues/commit/8d8ecf99bf2b3c99e20e6ce8cf373a2e4d7832e4)) +* **INTERNAL-1208:** update deps ([e0c1541](https://github.com/taskany-inc/issues/commit/e0c1541e9d9f5518c6e975c5890cda791ae5ee40)) + + +### Bug Fixes + +* **1165:** beautify api for score calculator ([43655a9](https://github.com/taskany-inc/issues/commit/43655a999f85f4b2717f304656b1194b9c4de823)) +* **1165:** correct condition for cron job runs ([bddcffe](https://github.com/taskany-inc/issues/commit/bddcffe5f1f6c9b407488e243d125139dc1c7069)) +* **1165:** manually task status check ([9ced0a4](https://github.com/taskany-inc/issues/commit/9ced0a4dbfb9ddb30611af05aa91eac272b99988)) +* **1165:** unify utility code ([7d93d51](https://github.com/taskany-inc/issues/commit/7d93d51bbd9b0e7f5cf3a7e8b7fe7a3a6f28c856)) +* **INTERNAL-1164:** hide projects that have goals in nested projects ([c983093](https://github.com/taskany-inc/issues/commit/c983093277822033974cfe412ecf3fe54517b39a)) +* **INTERNAL-1185:** use new project query for settings page ([fbaf6f4](https://github.com/taskany-inc/issues/commit/fbaf6f464bddbdab09fba25398a78e669060e5e5)) +* **INTERNAL-1185:** use new project query for teams page ([646d8ec](https://github.com/taskany-inc/issues/commit/646d8ec09efdf4ac9b30d10fbe7cf6c1691a300f)) +* **INTERNAL-1236:** return comments submit ([a0ab771](https://github.com/taskany-inc/issues/commit/a0ab77150404380b4e191cd22ca1b492425c6ae1)) +* project access ([d9f9b34](https://github.com/taskany-inc/issues/commit/d9f9b34ba3cca3b10c378ed3d7249218201db1c5)) + ## [2.59.1](https://github.com/taskany-inc/issues/compare/v2.59.0...v2.59.1) (2024-10-14) diff --git a/package-lock.json b/package-lock.json index c7292c0a1..456b597cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.59.1", + "version": "2.60.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.59.1", + "version": "2.60.0", "dependencies": { "@aws-sdk/client-s3": "3.621.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index afde496bf..de9cecc09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.59.1", + "version": "2.60.0", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 1c85b4584..ac0125e35 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.59.1 \ No newline at end of file +2.60.0 \ No newline at end of file