Skip to content

Commit

Permalink
chore: release 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
taskany-sheep authored and awinogradov committed Aug 7, 2023
1 parent 72d6bda commit 43e574b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .release_notes/1.20.4.md
Original file line number Diff line number Diff line change
@@ -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))

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


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": "1.20.3",
"version": "1.20.4",
"private": true,
"scripts": {
"dev": "concurrently \"npm run worker\" \"next dev\"",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.3
1.20.4

0 comments on commit 43e574b

Please sign in to comment.