Skip to content

Commit

Permalink
chore: release 2.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and nyet-ty committed Nov 28, 2024
1 parent 4f6e17d commit 5e4bc08
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .release_notes/2.65.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## [2.65.0](https://github.com/taskany-inc/issues/compare/v2.64.0...v2.65.0) (2024-11-28)


### Features

* **INTERNAL-1357:** export goals by filter preset ([647cbf3](https://github.com/taskany-inc/issues/commit/647cbf33bcee975a7f45fa73c55e164afd53afb2))


### Bug Fixes

* **INTERNAL-1358:** read rules for each personalized dashboard project ([01c8f25](https://github.com/taskany-inc/issues/commit/01c8f2562b0fdfc7d3a1bc6ff0407ebc4547a47b))
* remove unnecessary trpc calls ([f6a5037](https://github.com/taskany-inc/issues/commit/f6a5037be44b83df9d515d9e3900712c90d0b60d))

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.65.0](https://github.com/taskany-inc/issues/compare/v2.64.0...v2.65.0) (2024-11-28)


### Features

* **INTERNAL-1357:** export goals by filter preset ([647cbf3](https://github.com/taskany-inc/issues/commit/647cbf33bcee975a7f45fa73c55e164afd53afb2))


### Bug Fixes

* **INTERNAL-1358:** read rules for each personalized dashboard project ([01c8f25](https://github.com/taskany-inc/issues/commit/01c8f2562b0fdfc7d3a1bc6ff0407ebc4547a47b))
* remove unnecessary trpc calls ([f6a5037](https://github.com/taskany-inc/issues/commit/f6a5037be44b83df9d515d9e3900712c90d0b60d))

## [2.64.0](https://github.com/taskany-inc/issues/compare/v2.63.0...v2.64.0) (2024-11-25)


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.64.0",
"version": "2.65.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.64.0
2.65.0

0 comments on commit 5e4bc08

Please sign in to comment.