diff --git a/.release_notes/1.20.5.md b/.release_notes/1.20.5.md new file mode 100644 index 000000000..0e79df33e --- /dev/null +++ b/.release_notes/1.20.5.md @@ -0,0 +1,8 @@ +## [1.20.5](https://github.com/taskany-inc/issues/compare/v1.20.4...v1.20.5) (2023-08-08) + + +### Bug Fixes + +* **Database:** use utc-based timestamp by default ([d4b2139](https://github.com/taskany-inc/issues/commit/d4b213988639a61db38a58abfcefccc90f8c9a17)) +* **ProjectListItemCollapsable:** icorrect children state ([f589b65](https://github.com/taskany-inc/issues/commit/f589b65b733bd835b6864f7b578e081657b78e6e)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 202eb6ec0..103611a1b 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. +## [1.20.5](https://github.com/taskany-inc/issues/compare/v1.20.4...v1.20.5) (2023-08-08) + + +### Bug Fixes + +* **Database:** use utc-based timestamp by default ([d4b2139](https://github.com/taskany-inc/issues/commit/d4b213988639a61db38a58abfcefccc90f8c9a17)) +* **ProjectListItemCollapsable:** icorrect children state ([f589b65](https://github.com/taskany-inc/issues/commit/f589b65b733bd835b6864f7b578e081657b78e6e)) + ## [1.20.4](https://github.com/taskany-inc/issues/compare/v1.20.3...v1.20.4) (2023-08-07) diff --git a/package-lock.json b/package-lock.json index 06b9b20be..e08e95101 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.20.4", + "version": "1.20.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.20.4", + "version": "1.20.5", "dependencies": { "@aws-sdk/client-s3": "3.374.0", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index f71431965..7ed5bf083 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.20.4", + "version": "1.20.5", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 1b9335f13..ae45fe86f 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.20.4 \ No newline at end of file +1.20.5 \ No newline at end of file