Skip to content

Commit

Permalink
chore: release 2.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep committed Oct 18, 2024
1 parent a0ab771 commit 838155e
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .release_notes/2.60.0.md
Original file line number Diff line number Diff line change
@@ -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))

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taskany/issues",
"version": "2.59.1",
"version": "2.60.0",
"private": true,
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.59.1
2.60.0

0 comments on commit 838155e

Please sign in to comment.