From 43e574b1ec536b57dc33722944101ed4991e32c3 Mon Sep 17 00:00:00 2001 From: Taskany Sheep Date: Mon, 7 Aug 2023 12:51:54 +0000 Subject: [PATCH] chore: release 1.20.4 --- .release_notes/1.20.4.md | 8 ++++++++ CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- version | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 .release_notes/1.20.4.md diff --git a/.release_notes/1.20.4.md b/.release_notes/1.20.4.md new file mode 100644 index 000000000..23ed1d852 --- /dev/null +++ b/.release_notes/1.20.4.md @@ -0,0 +1,8 @@ +## [1.20.4](https://github.com/taskany-inc/issues/compare/v1.20.3...v1.20.4) (2023-08-07) + + +### Bug Fixes + +* ***Suggests:** rewrite suggest items with new Table components ([7264ae8](https://github.com/taskany-inc/issues/commit/7264ae8103b22e3b5ddc5f01374b80534272cfd6)) +* **Workers:** put back worker path + removed type import that broke the worker assembly ([bf3f714](https://github.com/taskany-inc/issues/commit/bf3f71452031766b323b6d60191fc3a692426bfd)) + diff --git a/CHANGELOG.md b/CHANGELOG.md index 793dfeecb..202eb6ec0 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.4](https://github.com/taskany-inc/issues/compare/v1.20.3...v1.20.4) (2023-08-07) + + +### Bug Fixes + +* ***Suggests:** rewrite suggest items with new Table components ([7264ae8](https://github.com/taskany-inc/issues/commit/7264ae8103b22e3b5ddc5f01374b80534272cfd6)) +* **Workers:** put back worker path + removed type import that broke the worker assembly ([bf3f714](https://github.com/taskany-inc/issues/commit/bf3f71452031766b323b6d60191fc3a692426bfd)) + ## [1.20.3](https://github.com/taskany-inc/issues/compare/v1.20.2...v1.20.3) (2023-08-04) diff --git a/package-lock.json b/package-lock.json index 37faa47e5..06b9b20be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taskany/issues", - "version": "1.20.3", + "version": "1.20.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taskany/issues", - "version": "1.20.3", + "version": "1.20.4", "dependencies": { "@aws-sdk/client-s3": "3.374.0", "@hookform/resolvers": "3.1.1", diff --git a/package.json b/package.json index d92ef85fe..f71431965 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taskany/issues", - "version": "1.20.3", + "version": "1.20.4", "private": true, "scripts": { "dev": "concurrently \"npm run worker\" \"next dev\"", diff --git a/version b/version index 3cb1511de..1b9335f13 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.20.3 \ No newline at end of file +1.20.4 \ No newline at end of file