diff --git a/.release_notes/2.47.2.md b/.release_notes/2.47.2.md new file mode 100644 index 000000000..37f411771 --- /dev/null +++ b/.release_notes/2.47.2.md @@ -0,0 +1,7 @@ +## [2.47.2](https://github.com/taskany-inc/issues/compare/v2.47.1...v2.47.2) (2024-07-24) + + +### Bug Fixes + +* **StarredProjects:** fix empty list ([b6d99ef](https://github.com/taskany-inc/issues/commit/b6d99ef8e1333df43fac803c0b36cf36fee208b9)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index d59bde52c..b13ebfccf 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.47.2](https://github.com/taskany-inc/issues/compare/v2.47.1...v2.47.2) (2024-07-24) + + +### Bug Fixes + +* **StarredProjects:** fix empty list ([b6d99ef](https://github.com/taskany-inc/issues/commit/b6d99ef8e1333df43fac803c0b36cf36fee208b9)) + ## [2.47.1](https://github.com/taskany-inc/issues/compare/v2.47.0...v2.47.1) (2024-07-23) diff --git a/package-lock.json b/package-lock.json index c3f3649f4..e904c7c8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "2.47.1", + "version": "2.47.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "2.47.1", + "version": "2.47.2", "dependencies": { "@aws-sdk/client-s3": "3.504.0", "@hookform/resolvers": "3.3.4", diff --git a/package.json b/package.json index e4aaaad54..2fdd1adf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "2.47.1", + "version": "2.47.2", "private": true, "scripts": { "prepare": "husky install", diff --git a/version b/version index 9fbb6a843..d1a5444d4 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.47.1 \ No newline at end of file +2.47.2 \ No newline at end of file